Disabled system print of awareness list size

This commit is contained in:
Waverunner
2014-12-18 13:02:33 -05:00
parent 1358ec49f8
commit 1e130345bd
+1 -1
View File
@@ -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();
}