Fix being stuck in spectator

This commit is contained in:
INeedBots 2021-04-13 19:21:45 -06:00
parent f94a845a2f
commit 4a13410976

View File

@ -230,6 +230,7 @@ waitForChangeTeam()
{ {
self waittill ( "joined_team" ); self waittill ( "joined_team" );
clearKillstreaks(); clearKillstreaks();
self clearUsingRemote();
} }
} }