This commit is contained in:
LazyBoot 2022-12-17 01:01:11 +01:00
parent b21561a912
commit 41b2d609ee
No known key found for this signature in database
GPG Key ID: 0BD81D01FA2A433F

View File

@ -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