Skip to content

Commit f6c11fa

Browse files
authored
Merge pull request #13 from Navatusein/dev
Added sleep in free cpu waiting cycle
2 parents 4d72d1b + eb3b0e3 commit f6c11fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/heliofusion-exoticizer-controller.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ function heliofusionExoticizerController:new(
283283
os.sleep(1)
284284
end
285285
end
286+
else
287+
os.sleep(2)
286288
end
287289
end
288290

0 commit comments

Comments
 (0)