Skip to content

Commit

Permalink
Fix for network code.
Browse files Browse the repository at this point in the history
  • Loading branch information
CovertJaguar committed Mar 19, 2012
1 parent ff37b70 commit 6a1cdc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ public void dispatchIncomingMessage(NetworkManager manager, String channel, byte
}
}

if (connections.contains(manager))
if (connections.containsKey(manager))
{
ConnectionInstance con = getConnection(manager);
IPacketHandler[] handlers = con.getChannelHandlers(channel);
Expand Down

0 comments on commit 6a1cdc8

Please sign in to comment.