Implementation begins

This commit is contained in:
Anuken
2020-02-02 17:42:00 -05:00
parent ad84329688
commit 63fa50d111
4 changed files with 50 additions and 12 deletions

View File

@@ -745,7 +745,6 @@ public class NetServer implements ApplicationListener{
for(Entity entity : group.all()){
SyncTrait sync = (SyncTrait)entity;
if(!sync.isSyncing()) continue;
//write all entities now
dataStream.writeInt(entity.getID()); //write id