mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-15 04:11:24 +00:00
no whitespace
This commit is contained in:
parent
c6a779de43
commit
66f02bc77a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue