Remove stone sword from default initial items
This commit is contained in:
parent
ff53116acf
commit
a3f768acdf
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ if minetest.get_modpath("ctf") then
|
||||||
give_initial_stuff.register_stuff_provider(function(player)
|
give_initial_stuff.register_stuff_provider(function(player)
|
||||||
return ctf_map.map and ctf_map.map.initial_stuff or {
|
return ctf_map.map and ctf_map.map.initial_stuff or {
|
||||||
"default:pick_stone",
|
"default:pick_stone",
|
||||||
"default:sword_stone",
|
|
||||||
"default:torch 3",
|
"default:torch 3",
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue