remove uneeded local

This commit is contained in:
tenplus1 2022-09-21 15:13:11 +01:00
parent b279fa24ed
commit 081fe0035a

View File

@ -494,8 +494,6 @@ function doors.register(name, def)
if def.protected then
local pn = placer:get_player_name()
meta:set_string("owner", pn)
meta:set_string("infotext", def.description .. "\n" .. S("Owned by @1", pn))
end