mirror of
https://github.com/PikaMug/Quests.git
synced 2025-02-08 08:31:19 +01:00
Suppress null current stage warning, fixes #1678
This commit is contained in:
parent
fd202f1f54
commit
7cf963f92f
@ -889,7 +889,7 @@ public class Quester implements Comparable<Quester> {
|
||||
return new LinkedList<String>();
|
||||
}
|
||||
if (getCurrentStage(quest) == null) {
|
||||
plugin.getLogger().warning("Current stage was null when getting objectives for " + quest.getName());
|
||||
//plugin.getLogger().warning("Current stage was null when getting objectives for " + quest.getName());
|
||||
return new LinkedList<String>();
|
||||
}
|
||||
final Dependencies depends = plugin.getDependencies();
|
||||
|
Loading…
Reference in New Issue
Block a user