From 41b2d609ee99740fac5ae343603cd5634f43e3f7 Mon Sep 17 00:00:00 2001 From: LazyBoot Date: Sat, 17 Dec 2022 01:01:11 +0100 Subject: [PATCH] fix typo --- hoggit.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hoggit.lua b/hoggit.lua index f4fff50..7a1fa24 100644 --- a/hoggit.lua +++ b/hoggit.lua @@ -20,7 +20,7 @@ else HOGGIT = {} HOGGIT.debug = false - if trigger.misc.getUserFlag(9999) == 2 + if trigger.misc.getUserFlag(9999) == 2 then HOGGIT.debug_text = function(text, time) env.info("HOGGIT -- " .. text) end