mirror of
https://github.com/PikaMug/Quests.git
synced 2024-12-25 18:48:15 +01:00
Remove debug print :(
This commit is contained in:
parent
cff791cfbc
commit
5c246a20c6
@ -134,7 +134,6 @@ public class Quest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setStage(Quester quester, int stage) throws InvalidStageException {
|
public void setStage(Quester quester, int stage) throws InvalidStageException {
|
||||||
org.bukkit.Bukkit.getLogger().info("SEt stage: " + stage);
|
|
||||||
if (orderedStages.size() - 1 < stage) {
|
if (orderedStages.size() - 1 < stage) {
|
||||||
throw new InvalidStageException(this, stage);
|
throw new InvalidStageException(this, stage);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user