CelticMinstrel is a poopy head!

This commit is contained in:
Dinnerbone
2011-09-03 02:21:08 +01:00
parent 019b7a8d0e
commit 8cc03f8883

View File

@@ -241,7 +241,7 @@ public final class Bukkit {
server.unbanIP(address);
}
public Set<OfflinePlayer> getBannedPlayers() {
public static Set<OfflinePlayer> getBannedPlayers() {
return server.getBannedPlayers();
}
}