test When Poststart gets called

This commit is contained in:
ShookEagle
2025-06-05 12:40:32 -05:00
parent 3406fff706
commit 7ec893ddda

View File

@@ -60,6 +60,7 @@ public class AutoWarden(IWardenSelectionService selectionService,
if (player.PlayerPawn.Value?.AbsOrigin != null)
ctSpawns[player] = player.PlayerPawn.Value.AbsOrigin;
}
Server.ExecuteCommand("echo EventRoundPoststart Called");
});
plugin.AddTimer(CV_AUTOWARDEN_DELAY_INTERVAL.Value-1, () => {