use -Seconds

This commit is contained in:
onyx-and-iris 2023-12-09 12:20:33 +00:00
parent ea776fd93f
commit ba4892f75b

View File

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