Skip to content
Snippets Groups Projects
Commit 3befc29a authored by SmallJoker's avatar SmallJoker
Browse files

Typo in init.lua line 61

parent e28d5e58
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ if bitchange.enable_bank then
end
end
if not minetest.setting_getbool("creative_mode") and bitchange_initial_give > 0 then
if not minetest.setting_getbool("creative_mode") and bitchange.initial_give > 0 then
-- Giving initial money
minetest.register_on_newplayer(function(player)
player:get_inventory():add_item("main", "bitchange:mineninth "..bitchange.initial_give)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment