mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2026-08-17 03:11:30 +00:00
fix typo
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ else
|
|||||||
HOGGIT = {}
|
HOGGIT = {}
|
||||||
HOGGIT.debug = false
|
HOGGIT.debug = false
|
||||||
|
|
||||||
if trigger.misc.getUserFlag(9999) == 2
|
if trigger.misc.getUserFlag(9999) == 2 then
|
||||||
HOGGIT.debug_text = function(text, time)
|
HOGGIT.debug_text = function(text, time)
|
||||||
env.info("HOGGIT -- " .. text)
|
env.info("HOGGIT -- " .. text)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user