Merge pull request #6650 from Shadow-Quill/Stacker-Runtime-Fix

Fixes constant stacking machine runtimes
This commit is contained in:
Atermonera
2020-01-28 11:12:35 -08:00
committed by GitHub

View File

@@ -130,7 +130,8 @@
S.amount = stack_amt
stack_storage[sheet] -= stack_amt
S.update_icon()
console.updateUsrDialog()
if(console)
console.updateUsrDialog()
return