no whitespace

This commit is contained in:
ElCeejo 2022-09-30 15:26:24 -07:00
parent c6a779de43
commit 66f02bc77a

View file

@ -258,7 +258,7 @@ local function execute_spawns(player)
local bounds_in = tod >= min_time and tod <= max_time
local bounds_ex = tod >= max_time or tod <= min_time
if (max_time > min_time and not bounds_in)
or (min_time > max_time and not bounds_ex) then
return