From 69957b7a39a1324e9c5917bc967778993ba091e6 Mon Sep 17 00:00:00 2001 From: Jeremy Smitherman Date: Sun, 6 Jan 2019 14:11:43 -0600 Subject: [PATCH] Fixed debug condition --- hoggit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoggit.lua b/hoggit.lua index 190a3e9..fe7f230 100644 --- a/hoggit.lua +++ b/hoggit.lua @@ -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]])