Remove debug print

This commit is contained in:
excitedneon 2017-05-11 22:31:07 +03:00
parent fa6109e9ac
commit 4bb0e1c30c
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ namespace Cyber.Networking.Clientside {
SyncHandler.HandleSyncPkt(msg);
break;
case (PktType.StaticObjectIds):
Term.Println("The static object id packet!");
IntListPkt StaticIds = new IntListPkt();
StaticIds.Deserialize(msg.reader);
Spawner.SyncDB.SetStaticObjectsIDs(StaticIds.IdList);