Wrong setting name

master
rubenwardy 2015-07-15 20:09:06 +01:00
parent 2c7205b9a1
commit 56139c13b2
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ ctf.register_on_new_game(function()
end
end
if ctf.setting("new_game.clear_inv_on_new_game") then
if ctf.setting("new_game.clear_inv") then
local inv = player:get_inventory()
inv:set_list("main", {})
inv:set_list("craft", {})