Fix lint issues

This commit is contained in:
Phlosioneer 2020-06-16 22:48:29 -04:00
parent aef96cff6e
commit eb182d6e94
1 changed files with 6 additions and 7 deletions

View File

@ -63,7 +63,6 @@ export class ItemEjectorSystem extends GameSystemWithFilter {
const entity = this.allEntities[i];
entryCount += this.recomputeSingleEntityCache(entity);
}
}
logger.log("Found", entryCount, "entries to update");