Remove old code in ctf_inventory
This commit is contained in:
parent
d3db6cd474
commit
9df63edff9
1 changed files with 0 additions and 7 deletions
|
@ -35,11 +35,4 @@ sfinv.register_page("ctf_inventory:help", {
|
|||
end
|
||||
})
|
||||
|
||||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
if ctf.setting("inventory") then
|
||||
player:set_inventory_formspec(fs)
|
||||
end
|
||||
end)
|
||||
|
||||
dofile(minetest.get_modpath("ctf_inventory") .. "/give_initial_stuff.lua")
|
||||
|
|
Loading…
Reference in a new issue