Implementation begins
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user