need to set the var sooner

This commit is contained in:
ineedbots 2021-06-28 19:34:12 -06:00
parent 9b8b631ff3
commit 221785f437

View File

@ -327,9 +327,9 @@ watchVars()
for ( ;; ) for ( ;; )
{ {
wait 0.05;
self.team = self.pers["team"]; self.team = self.pers["team"];
wait 0.05;
} }
} }