mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Update air_soccer.py
This commit is contained in:
parent
9a3482f2dd
commit
cb026bad80
1 changed files with 0 additions and 2 deletions
|
|
@ -50,9 +50,7 @@ class Puck(bs.Actor):
|
|||
self.last_players_to_touch: Dict[int, Player] = {}
|
||||
self.scored = False
|
||||
assert activity is not None
|
||||
print("hi")
|
||||
assert isinstance(activity, HockeyGame)
|
||||
print("meh")
|
||||
pmats = [shared.object_material, activity.puck_material]
|
||||
self.node = bs.newnode('prop',
|
||||
delegate=self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue