From ba4892f75b2ca122d8ace7c05970bffbb81b57e6 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Sat, 9 Dec 2023 12:20:33 +0000 Subject: [PATCH] use -Seconds --- examples/commands.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/commands.ps1 b/examples/commands.ps1 index a6c1e2f..ed0d338 100644 --- a/examples/commands.ps1 +++ b/examples/commands.ps1 @@ -17,7 +17,7 @@ try { "Rotating the map..." $rcon.MapRotate() - Start-Sleep -Milliseconds 3000 # wait for map to rotate + Start-Sleep -Seconds 3 # wait for map to rotate $rcon.Map() }