diff options
author | gpcf <gpcf@gpcf.eu> | 2024-09-22 16:29:07 +0200 |
---|---|---|
committer | gpcf <gpcf@gpcf.eu> | 2024-09-22 16:29:07 +0200 |
commit | 9175c407d3804811443955ffb5f0668d8969cc88 (patch) | |
tree | 0548282b1a82da5a7f4692b95e54dd408e1e6483 /init.lua | |
parent | 56231bc870fd5c324cd39232fe1afccc3a51be59 (diff) | |
download | currency-9175c407d3804811443955ffb5f0668d8969cc88.tar.gz currency-9175c407d3804811443955ffb5f0668d8969cc88.tar.bz2 currency-9175c407d3804811443955ffb5f0668d8969cc88.zip |
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -16,9 +16,4 @@ minetest.log("info", "[Currency] "..S("Safe Loaded!")) dofile(modpath.."/crafting.lua")
minetest.log("info", "[Currency] "..S("Crafting Loaded!"))
-if minetest.settings:get_bool("creative_mode") then
- minetest.log("info", "[Currency] "..S("Creative mode in use, skipping basic income."))
-else
- dofile(modpath.."/income.lua")
- minetest.log("info", "[Currency] "..S("Income Loaded!"))
-end
+
|