Skip to content
Snippets Groups Projects
Unverified Commit 09bed49b authored by sfan5's avatar sfan5 Committed by GitHub
Browse files

Fix door infotext to correctly describe the type of door

parent 00f92870
No related branches found
No related tags found
No related merge requests found
......@@ -333,7 +333,7 @@ function doors.register(name, def)
if def.protected then
meta:set_string("owner", pn)
meta:set_string("infotext", S("Steel Door") .. "\n" .. S("Owned by @1", pn))
meta:set_string("infotext", def.description .. "\n" .. S("Owned by @1", pn))
end
if not (creative and creative.is_enabled_for and creative.is_enabled_for(pn)) then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment