Remove debug.
This commit is contained in:
parent
c9c3153f1d
commit
70a706e6be
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -3,7 +3,7 @@ fun_caves.version = "1.0"
|
|||
fun_caves.time_factor = 10
|
||||
fun_caves.light_max = 8
|
||||
fun_caves.path = minetest.get_modpath(minetest.get_current_modname())
|
||||
fun_caves.DEBUG = true
|
||||
fun_caves.DEBUG = false
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue