mirror of
https://github.com/SmallJoker/bitchange.git
synced 2025-01-11 18:40:30 +01:00
Typo in init.lua line 61
This commit is contained in:
parent
e28d5e58bd
commit
3befc29ac8
2
init.lua
2
init.lua
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user