Removed pointless return at end of method.

This commit is contained in:
MobiusDevelopment
2020-01-26 17:15:10 +00:00
parent 86379b722a
commit 1060aa6d39
17 changed files with 0 additions and 17 deletions

View File

@ -756,7 +756,6 @@ public class QuestState
// Notify to scripts
EventDispatcher.getInstance().notifyEventAsync(new OnPlayerQuestComplete(_player, getQuest().getId(), repeatable ? QuestType.REPEATABLE : QuestType.ONE_TIME), _player);
return;
}
/**