mirror of
https://github.com/minetest/minetest.git
synced 2025-02-18 19:03:46 +01:00
Fix typo in serialize.lua
.
This commit is contained in:
committed by
ShadowNinja
parent
9f52149a11
commit
c9669e90bb
@ -140,7 +140,7 @@ function core.serialize(x)
|
|||||||
end
|
end
|
||||||
return "{"..table.concat(vals, ", ").."}"
|
return "{"..table.concat(vals, ", ").."}"
|
||||||
else
|
else
|
||||||
error("Can't serialize data of type "..t)
|
error("Can't serialize data of type "..tp)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user