Clarification

This commit is contained in:
Aaron Suen 2020-04-11 14:34:57 -04:00
parent 963f56bfe0
commit fef8babb1f

View File

@ -25,7 +25,8 @@ local function deadworld()
if not data.date then return end
return string_format("\n\nThis world has been destroyed.\n\n"
.. "Player %q completed construction of a doomsday device"
.. " at %s on %s, and rendered this world uninhabitable.",
.. " at %s on %s, and rendered this world"
.. " permanently uninhabitable.",
data.pname or "UNKNOWN",
data.pos and minetest.pos_to_string(data.pos) or "UNKNOWN",
data.date)