You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iford(self.data[0]) ==15: # state dataself.playerid=ord(self.data[1])
self.spawned=False# missing line
A new state data packet might appear if, while recording, the server changes map. Without that line, we can not spawn again to spectate after a map change.
The text was updated successfully, but these errors were encountered:
I think the code:
aos_replay/playback.py
Lines 47 to 48 in d478d66
misses this line
self.spawned = False
.A new state data packet might appear if, while recording, the server changes map. Without that line, we can not spawn again to spectate after a map change.
The text was updated successfully, but these errors were encountered: