mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-19 05:04:22 +00:00
chore: cleanup pointer management for LDF data (#1995)
* change network settings from vector to LwoNameValue * move settings on Entity to managed memory * Migrate more members * chore: remove pointer leakage from raw ldf pointers * feedback * fix ci
This commit is contained in:
@@ -31,5 +31,5 @@ struct EquippedItem
|
||||
/**
|
||||
* The configuration of the item with any extra data
|
||||
*/
|
||||
std::vector<LDFBaseData*> config = {};
|
||||
LwoNameValue config = {};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user