Spawner: Add clearing of 'replaced' string to /restore_plotmarkers

This commit is contained in:
Hector Franqui 2017-06-18 11:19:33 -04:00
parent a3b428fe14
commit c19ea70242
1 changed files with 1 additions and 0 deletions

View File

@ -686,6 +686,7 @@ minetest.register_chatcommand("restore_plotmarkers", {
meta:set_string("node_data", nil)
meta:set_string("npcs", nil)
meta:set_string("npc_stats", nil)
meta:set_string("replaced", "false")
end
minetest.chat_send_player(name, "Finished replacement of "..dump(#nodes).." auto-spawners successfully")
end