1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
This commit is contained in:
sfan5 2025-09-22 19:55:57 +02:00
parent 45e723d298
commit 545b8ffc5c

View file

@ -211,7 +211,7 @@ void ObjectProperties::serialize(std::ostream &os) const
writeU8(os, node.getParam2());
if (!nametag_fontsize)
writeU32(os, U32_MAX); // nil placeholder
writeU32(os, U32_MAX); // null placeholder
else
writeU32(os, nametag_fontsize.value());