Fixed a bunch of warnings.

By: Lymia <lymiahugs@gmail.com>
This commit is contained in:
CraftBukkit/Spigot 2011-01-02 00:36:27 -06:00
parent 26adf52a14
commit 8bec12c50b

View file

@ -49,7 +49,7 @@ public final class CraftServer implements Server {
}
public Player[] getOnlinePlayers() {
List<EntityPlayerMP> online = server.b;
List<EntityPlayerMP> online = server.b;
Player[] players = new Player[online.size()];
for (int i = 0; i < players.length; i++) {