Move settings variables & functions:
- Settings to 'settings.lua' - Functions to 'functions.lua'
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
-- Settings for sneaker mod
|
||||
|
||||
|
||||
sneaker.debug = minetest.setting_get('sneaker_debug') or false
|
||||
sneaker.spawn_cap = minetest.setting_get('sneaker_spawn_cap') or 50
|
||||
Reference in New Issue
Block a user