mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-23 05:05:53 +12:00
Fix crashing
This commit is contained in:
parent
d630abb66a
commit
3ffd813109
2 changed files with 8 additions and 11 deletions
|
@ -416,9 +416,8 @@ namespace HISP.Server
|
|||
if (gameData.quest_list[i].chained_questid != null)
|
||||
quest.ChainedQuestId = gameData.quest_list[i].chained_questid;
|
||||
quest.Minigame = gameData.quest_list[i].minigame;
|
||||
|
||||
if(quest.Title.Trim() != "")
|
||||
Logger.DebugPrint("Registered Quest: " + quest.Id + " - " + quest.Title);
|
||||
|
||||
Logger.DebugPrint("Registered Quest: " + quest.Id);
|
||||
Quest.AddQuestEntry(quest);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue