mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
test When Poststart gets called
This commit is contained in:
@@ -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, () => {
|
||||
|
||||
Reference in New Issue
Block a user