Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/SMUnlimited/AMAI
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Jan 27, 2024
2 parents d9174ff + 2c26cff commit 3285405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blizzard3VAI.eai
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function PickMeleeAI takes player num, string s1, string s2, string s3 returns n
//

loop
exitwhen i >= 24
exitwhen i >= GetBJMaxPlayers()
if GetPlayerSlotState(Player(i)) == PLAYER_SLOT_STATE_PLAYING then
set player_number = player_number + 1
endif
Expand Down

0 comments on commit 3285405

Please sign in to comment.