Skip to content
Snippets Groups Projects
Commit febcbe52 authored by Thomas Rudin's avatar Thomas Rudin
Browse files

fix nil crash

parent 79868960
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,7 @@ local function show_formspec(playername, data) ...@@ -109,7 +109,7 @@ local function show_formspec(playername, data)
-- save description -- save description
item.description = description item.description = description
list = list .. "," .. color .. "," .. distance .. "," .. owner .. "," .. coords .. "," .. description list = list .. "," .. color .. "," .. distance .. "," .. (owner or "?") .. "," .. coords .. "," .. description
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment