Skip to content

Commit

Permalink
Fix Beast celebration (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicEastvillage authored Mar 5, 2023
1 parent 1b8aca3 commit 4b22ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RLBotPack/beastbot/beastbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def get_output(self, packet: GameTickPacket) -> SimpleControllerState:

# Check if match is over
if packet.game_info.is_match_ended:
return moves.celebrate(self) # Assuming we win!
return other.celebrate(self) # Assuming we win!

self.renderer.begin_rendering()

Expand Down

0 comments on commit 4b22ba4

Please sign in to comment.