mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Archive update v0.55.2
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user