1
0
mirror of https://github.com/SmallJoker/bitchange.git synced 2025-01-12 02:50:30 +01:00

Typo in init.lua line 61

This commit is contained in:
SmallJoker 2015-05-16 10:00:46 +02:00
parent e28d5e58bd
commit 3befc29ac8

View File

@ -58,7 +58,7 @@ if bitchange.enable_bank then
end end
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 -- Giving initial money
minetest.register_on_newplayer(function(player) minetest.register_on_newplayer(function(player)
player:get_inventory():add_item("main", "bitchange:mineninth "..bitchange.initial_give) player:get_inventory():add_item("main", "bitchange:mineninth "..bitchange.initial_give)