Fix for network code.

This commit is contained in:
CovertJaguar 2012-03-19 08:09:00 -07:00
parent ff37b70e03
commit 6a1cdc8e0c
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ public class MessageManager
}
}
if (connections.contains(manager))
if (connections.containsKey(manager))
{
ConnectionInstance con = getConnection(manager);
IPacketHandler[] handlers = con.getChannelHandlers(channel);