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

@@ -676,7 +676,6 @@ public class QuestState
{
_player.sendPacket(QuestSound.ITEMSOUND_QUEST_FINISH.getPacket());
}
return;
}
public void showQuestionMark(int number)