mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-05 07:02:13 +00:00
Add component order array
fix loop in inven comp
This commit is contained in:
@@ -379,6 +379,7 @@ protected:
|
||||
std::vector<LWOOBJID> m_TargetsInPhantom;
|
||||
|
||||
static const std::vector<ComponentWhitelist> m_ComponentWhitelists;
|
||||
static const std::array<eReplicaComponentType> m_ComponentOrder;
|
||||
};
|
||||
|
||||
#include "Entity.tcc"
|
||||
|
||||
Reference in New Issue
Block a user