Typo in init.lua line 61

This commit is contained in:
SmallJoker 2015-05-16 10:00:46 +02:00
parent e28d5e58bd
commit 3befc29ac8
1 changed files with 1 additions and 1 deletions

View File

@ -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)