Fixed a bunch of warnings.

This commit is contained in:
Lymia
2011-01-02 00:36:27 -06:00
parent ce271f8abc
commit 32224b916d
5 changed files with 24 additions and 30 deletions

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++) {