Update game time changing (triggers quests and updates properly)

This commit is contained in:
KingRainbow44
2023-05-04 21:41:41 -04:00
parent 0b87485bdf
commit 48e233eb9b
5 changed files with 28 additions and 10 deletions

View File

@@ -9,7 +9,6 @@ import lombok.val;
@QuestValueContent(QUEST_CONTENT_GAME_TIME_TICK)
public class ContentGameTimeTick extends BaseContent {
@Override
public boolean execute(
GameQuest quest, QuestData.QuestContentCondition condition, String paramStr, int... params) {