diff --git a/splitscreen_mod/include/other.au3 b/splitscreen_mod/include/other.au3 index 97c70a9..26301d0 100644 --- a/splitscreen_mod/include/other.au3 +++ b/splitscreen_mod/include/other.au3 @@ -12,7 +12,7 @@ Global $config Func fake_focus() l("Sending fake focus messages to all windows...") Local $i - For $config[7] To $i = 0 Step -1 + For $i = $config[7] To 0 Step -1 _SendMessage(WinGetHandle("Player "&($i+1)), 0x0007) Next EndFunc