quick fix

This commit is contained in:
Kimapr 2019-12-25 22:48:24 +05:00
parent 7f3e709818
commit 27e79631ac
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ minetest.register_chatcommand("reset",{
local pl = players[name]
if pl then
players[name] = nil
table.insert(cells,{pos=is.pos,valid=is.valid})
end
gen_island_pos(name)
end