From b19523e6a7b2e43e4969408ee3e898ca41f0f08a Mon Sep 17 00:00:00 2001 From: ANAND Date: Thu, 7 Nov 2019 17:38:50 +0530 Subject: [PATCH] Map maker: Fix incorrect field set in mod_storage during reset --- mods/ctf/ctf_map/map_maker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ctf/ctf_map/map_maker.lua b/mods/ctf/ctf_map/map_maker.lua index 2692a45..fb170c8 100644 --- a/mods/ctf/ctf_map/map_maker.lua +++ b/mods/ctf/ctf_map/map_maker.lua @@ -379,7 +379,7 @@ minetest.register_on_player_receive_fields(function(player, formname, fields) storage:set_string("mapauthor", "") storage:set_string("mapname", "") storage:set_string("mapinitial", "") - storage:set_string("config.barrier_rot", "") + storage:set_string("barrier_rot", "") storage:set_string("barrier_r", "") -- Write to .conf