CelticMinstrel is a poopy head!

This commit is contained in:
Dinnerbone 2011-09-03 02:21:08 +01:00
parent 3f37c852c3
commit eecc6f1252

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();
}
}