Add return for get_staticdata

This commit is contained in:
teknomunk 2024-04-28 08:46:13 +00:00
parent 7ae05d9c06
commit 94981d9c09
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ minetest.register_entity("mcl_experience:orb", {
self.object:set_sprite({x=1,y=math.random(1,14)}, 14, 0.05, false)
end,
get_staticdata = function(self)
tostring(self._xp or 0)
return tostring(self._xp or 0)
end,
enable_physics = function(self)