1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

removing a debug call

This commit is contained in:
dgs4349 2020-09-27 12:31:52 -04:00
parent 6f76246df8
commit be7d3c2c4f

View File

@ -150,7 +150,6 @@ export class ItemEjectorSystem extends GameSystemWithFilter {
} }
// Go over all cache entries // Go over all cache entries
dirInterval("ejectorItems", 30, this.allEntitiesArray);
for ( for (
let i = this.allEntitiesArray.length - 1, sourceEntity; let i = this.allEntitiesArray.length - 1, sourceEntity;
(sourceEntity = this.allEntitiesArray[i]) && i >= 0; (sourceEntity = this.allEntitiesArray[i]) && i >= 0;