mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-12 11:00:20 +02:00
disable debug by default
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
-- License: GPL
|
||||
--
|
||||
|
||||
local DEBUG = 1
|
||||
local DEBUG = 0
|
||||
|
||||
local WALLMX = 3
|
||||
local WALLMZ = 5
|
||||
|
@ -6,7 +6,7 @@
|
||||
-- License: GPL
|
||||
--
|
||||
|
||||
local DEBUG = 1
|
||||
local DEBUG = 0
|
||||
|
||||
local WALLMX = 3
|
||||
local WALLMZ = 5
|
||||
|
@ -6,7 +6,7 @@
|
||||
-- License: GPL
|
||||
--
|
||||
|
||||
local DEBUG = 1
|
||||
local DEBUG = 0
|
||||
|
||||
local WALLMX = 3
|
||||
local WALLMZ = 5
|
||||
|
Reference in New Issue
Block a user