Fix compilation error; add final specifiers

This commit is contained in:
EmosewaMC
2023-07-04 22:38:35 -07:00
parent c22040c6eb
commit 8ede5b87ca
7 changed files with 7 additions and 7 deletions

View File

@@ -379,7 +379,7 @@ protected:
std::vector<LWOOBJID> m_TargetsInPhantom;
static const std::vector<ComponentWhitelist> m_ComponentWhitelists;
static const std::array<eReplicaComponentType> m_ComponentOrder;
static const std::array<eReplicaComponentType, 80> m_ComponentOrder;
};
#include "Entity.tcc"