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

Fixed last error for running

This commit is contained in:
DJ1TJOO 2021-03-14 17:42:07 +01:00
parent 07dff668d3
commit 3c246ff0f8

View File

@ -53,7 +53,7 @@ export class ItemProcessorOverlaysSystem extends GameSystem {
this.drawnUids.add(entity.uid);
if (ItemProcessorOverlaysSystem.processorOverlayStatic[requirement])
ItemProcessorOverlaysSystem.processorOverlayStatic[requirement](
ItemProcessorOverlaysSystem.processorOverlayStatic[requirement].bind(this)(
parameters,
chunk,
entity,