mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Fixed debug condition
This commit is contained in:
parent
f6a341a811
commit
69957b7a39
@ -1,6 +1,6 @@
|
||||
-- Development mode. This module is defined and configured with a base config
|
||||
-- in the game install Scripts folder in development mode.
|
||||
if HOGGIT and HOGGIT.script_base then
|
||||
if trigger.misc.getUserFlag(9999) and HOGGIT and HOGGIT.script_base then
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\hoggit\error_handling.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\hoggit\logging.lua]])
|
||||
dofile(HOGGIT.script_base..[[\HOGGIT\hoggit\utils.lua]])
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user