mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-26 04:36:06 +01:00
Remove error output from null stage on player chat, per #1689
This commit is contained in:
parent
3109bfad47
commit
8e6c649b57
@ -440,8 +440,6 @@ public class PlayerListener implements Listener {
|
||||
if (quester.getCurrentQuests().containsKey(quest)) {
|
||||
final Stage currentStage = quester.getCurrentStage(quest);
|
||||
if (currentStage == null) {
|
||||
plugin.getLogger().severe("currentStage was null for " + quester.getUUID().toString()
|
||||
+ " on chat for quest " + quest.getName());
|
||||
continue;
|
||||
}
|
||||
if (currentStage.getChatActions().isEmpty() == false) {
|
||||
|
Loading…
Reference in New Issue
Block a user