Archive update v0.55.2

This commit is contained in:
Eliot Partridge
2019-10-04 10:23:00 -05:00
parent a9bbd552a3
commit 1971e2c962
25 changed files with 407 additions and 106 deletions
+1
View File
@@ -320,6 +320,7 @@ export class ServerActions implements IServerActions, SocketServer {
let totalEditableEntities = 0;
// TODO: optimize
for (const region of this.map.regions) {
for (const entity of region.entities) {
if (hasFlag(entity.state, EntityState.Editable)) {