mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Fix static_save=false not working & related cleanups
This commit is contained in:
@@ -25,6 +25,7 @@ StaticObject::StaticObject(const ServerActiveObject *s_obj, const v3f &pos_):
|
||||
type(s_obj->getType()),
|
||||
pos(pos_)
|
||||
{
|
||||
assert(s_obj->isStaticAllowed());
|
||||
s_obj->getStaticData(&data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user