Nov_12_2023-Dev

This commit is contained in:
Ned Wright
2023-11-12 18:50:17 +00:00
parent 0869b8f24d
commit 3061342b45
114 changed files with 3627 additions and 1305 deletions

View File

@@ -59,7 +59,6 @@ WaapConfigAPI::clearAssetsCount()
void WaapConfigAPI::load(cereal::JSONInputArchive& ar)
{
// order has affect - we need to call base last because of triggers and overrides
WaapConfigBase::load(ar);
assets_ids_aggregation.insert(m_assetId);
}