fix 13.00, performance

This commit is contained in:
Milxnor
2023-05-23 21:25:51 -04:00
parent 9d9412f103
commit 35d397b119
4 changed files with 75 additions and 10 deletions

View File

@@ -81,6 +81,7 @@ inline void InitLogger()
MakeLogger("LogReplication");
MakeLogger("LogMutator");
MakeLogger("LogVehicles");
MakeLogger("LogUI");
MakeLogger("LogBots");
MakeLogger("LogCosmetics");
}