Add CVar for disabling loadout item role timers (#36775)

This commit is contained in:
Centronias
2025-09-03 04:04:44 -07:00
committed by GitHub
parent 0e884da5eb
commit c709d4d55c
5 changed files with 15 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ public static partial class PoolManager
(CCVars.NPCMaxUpdates.Name, "999999"),
(CVars.ThreadParallelCount.Name, "1"),
(CCVars.GameRoleTimers.Name, "false"),
(CCVars.GameRoleLoadoutTimers.Name, "false"),
(CCVars.GameRoleWhitelist.Name, "false"),
(CCVars.GridFill.Name, "false"),
(CCVars.PreloadGrids.Name, "false"),