mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 15:03:33 +08:00
Merge pull request #436 from itsre3/itsre3-patch-2
Update kingofthehill.py
This commit is contained in:
commit
5c601a36df
@ -239,7 +239,7 @@ class KingOfTheHillGame(ba.TeamGameActivity[Player, Team]):
|
|||||||
|
|
||||||
def _handle_player_flag_region_collide(self, colliding: bool) -> None:
|
def _handle_player_flag_region_collide(self, colliding: bool) -> None:
|
||||||
try:
|
try:
|
||||||
spaz = ba.getcollision().sourcenode.getdelegate(PlayerSpaz, True)
|
spaz = ba.getcollision().opposingnode.getdelegate(PlayerSpaz, True)
|
||||||
except ba.NotFoundError:
|
except ba.NotFoundError:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user