mirror of
https://github.com/wassname/GarageServer.IO.git
synced 2026-07-23 12:40:55 +08:00
Resolved: #12 Regions - limit state bandwidth
This commit is contained in:
@@ -32,5 +32,10 @@ EntityController.prototype = {
|
||||
return;
|
||||
}
|
||||
}
|
||||
},
|
||||
clearRegions: function () {
|
||||
for (var i = 0; i < this.entities.length; i ++) {
|
||||
this.entities[i].setRegion('');
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user