Turning off dev mode

This commit is contained in:
Bleck 2020-04-10 03:53:38 -05:00 committed by Brandon Sturgeon
parent 22d027ef7a
commit 03533ff82a

View File

@ -14,7 +14,7 @@ api.NO_INTERNET = 2
api.SERVER_DOWN = 3
api.SERVER_UP = 4
local DEV_MODE = true
local DEV_MODE = false
api.inDebug = false
api.debugMode = api.INACTIVE