mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix typo in serialize.lua
.
This commit is contained in:
parent
9f52149a11
commit
c9669e90bb
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ function core.serialize(x)
|
|||
end
|
||||
return "{"..table.concat(vals, ", ").."}"
|
||||
else
|
||||
error("Can't serialize data of type "..t)
|
||||
error("Can't serialize data of type "..tp)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue