fix outofmemory error

This commit is contained in:
aPunch 2012-01-24 01:49:56 -06:00
parent fbf4741ada
commit 21bfe51c83
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ public class CraftNPC extends EntityPlayer {
});
netServerHandler = new NPCNetHandler(minecraftServer, netMgr, this);
netMgr.a(netServerHandler);
netMgr.a();
try {
socket.close();