We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af121b2 commit 8321d2aCopy full SHA for 8321d2a
server.py
@@ -45,6 +45,7 @@ def GetPlayerActions(self, state: pb2.State):
45
cross=True,
46
server_side_decision=False
47
)))
48
+ actions.append(pb2.PlayerAction(helios_shoot=pb2.HeliosShoot()))
49
else:
50
actions.append(pb2.PlayerAction(helios_basic_move=pb2.HeliosBasicMove()))
51
0 commit comments