Closed Brusalk closed 7 years ago
i changed line 824 in EventHorizon.lua from
if type(count) == "number" then
to:
if type(count) == "number" and (count > 0) then
done ;)
That works for me, thanks @ikuria.
This should be fixed in v1.9.19!