Skip to content

Commit

Permalink
Added central position for kaineng
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 22, 2024
1 parent acea6f6 commit b148ca9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GuildWarsPartySearch.Bot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@ static bool get_optimal_position_for_listening(float* pos) {
pos[0] = -570.0f;
pos[1] = 550.0f;
return true;
case 194: // Kaineng
pos[0] = 340.0f;
pos[1] = -2250.0f;
return true;
}
return false;
}
Expand Down

0 comments on commit b148ca9

Please sign in to comment.