Skip to content

Commit

Permalink
Update NewWorldFA-v1.2.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuitableEmu authored Oct 8, 2021
1 parent 07dad1c commit e8bdd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NewWorldFA-v1.2.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ for ($i = 0; $i -lt $minutes; $i++) {
Start-Sleep 2
(Get-Process -Name NewWorld).MainWindowHandle | foreach { Set-WindowStyle MINIMIZE $_ }
#Change this for different time interval, it is now set for 15 minutes (60*15=900)
Start-Sleep 5
Start-Sleep 900
}
}

Expand Down

0 comments on commit e8bdd10

Please sign in to comment.