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() }