From 66f02bc77afa5e5fc59b3f22ae2889cfa0a81f22 Mon Sep 17 00:00:00 2001 From: ElCeejo Date: Fri, 30 Sep 2022 15:26:24 -0700 Subject: [PATCH] no whitespace --- spawning.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spawning.lua b/spawning.lua index 07c8b33..e805d4d 100644 --- a/spawning.lua +++ b/spawning.lua @@ -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