Handle static_save changes at runtime and between restarts
This commit is contained in:
@@ -229,6 +229,10 @@ class ServerActiveObject : public ActiveObject
|
||||
|
||||
/*
|
||||
Whether the object's static data has been stored to a block
|
||||
|
||||
Note that `!isStaticAllowed() && m_static_exists` is a valid state
|
||||
(though it usually doesn't persist long) and you need to be careful
|
||||
about handling it.
|
||||
*/
|
||||
bool m_static_exists = false;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user