mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-26 08:53:32 +08:00
Try fix ci
This commit is contained in:
parent
c059ddac1c
commit
ee3eb6c944
@ -853,7 +853,7 @@ class GameActivity(Activity[PlayerType, TeamType]):
|
||||
color = player.color
|
||||
highlight = player.highlight
|
||||
|
||||
playerspaztype = getattr(player, 'playerspaztype', None)
|
||||
playerspaztype = getattr(player, 'playerspaztype', PlayerSpaz)
|
||||
if not issubclass(playerspaztype, PlayerSpaz):
|
||||
playerspaztype = PlayerSpaz
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user