finished networking changes for locks

This commit is contained in:
StevenRS11
2014-05-22 00:15:27 -04:00
parent ef860e295e
commit 3fcc55b5e1
39 changed files with 566 additions and 350 deletions

View File

@@ -68,6 +68,9 @@ public class ClientPacketHandler implements IPacketHandler, IUpdateSource
case PacketConstants.DELETE_LINK_PACKET_ID:
linkWatcher.onDeleted( ClientLinkData.read(input) );
break;
case PacketConstants.UPDATE_LINK_PACKET_ID:
linkWatcher.update( ClientLinkData.read(input) );
break;
}
}
catch (Exception e)