Correct leaderboards error message.

This commit is contained in:
garbagemule
2013-08-14 22:53:36 +02:00
parent 63ff94b04f
commit f1b94fbbcc
@@ -61,7 +61,7 @@ public class Leaderboard
} }
if (!(topLeft.getBlock().getState() instanceof Sign)) { if (!(topLeft.getBlock().getState() instanceof Sign)) {
Messenger.warning("The leaderboard-node for arena '" + arena.configName() + "' does not point to a sign! Note that leaderboards must be in the same world as the arena itself!"); Messenger.warning("The leaderboard-node for arena '" + arena.configName() + "' does not point to a sign!");
return; return;
} }