Merge pull request #16 from CovertJaguar/patch-3

Fix for network code.
This commit is contained in:
LexManos 2012-03-19 21:21:14 -07:00
commit 93fa20952e
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);