mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-07-14 00:03:01 -04:00
Disabled system print of awareness list size
This commit is contained in:
@@ -198,7 +198,7 @@ public class ObjectManager extends Manager {
|
||||
}
|
||||
quadTree.get(newLocation.getTerrain()).put(x, y, obj);
|
||||
}
|
||||
System.out.println(obj.getName() + " is aware Of: " + updatedAware.size() + " player(s)");
|
||||
//System.out.println(obj.getName() + " is aware Of: " + updatedAware.size() + " player(s)");
|
||||
obj.updateAwareness(updatedAware);
|
||||
obj.sendDataTransforms();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user