Call 'core.*' instead of 'minetest.*'
This commit is contained in:
committed by
Jordan Irwin
parent
88794f7a8f
commit
3497f917f9
@@ -1,4 +1,4 @@
|
||||
-- Settings for sneeker mod
|
||||
|
||||
|
||||
sneeker.debug = minetest.settings:get_bool("enable_debug_mods", false)
|
||||
sneeker.debug = core.settings:get_bool("enable_debug_mods", false)
|
||||
|
||||
Reference in New Issue
Block a user