mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 12:01:47 +00:00
fix double speed attack transfers
This commit is contained in:
parent
3ce1f71230
commit
daabde0981
1 changed files with 0 additions and 1 deletions
|
|
@ -235,7 +235,6 @@ void K_UpdateDirector(void)
|
||||||
if (!(--directorinfo.freeze))
|
if (!(--directorinfo.freeze))
|
||||||
K_DirectorSwitch(directorinfo.attacker, true);
|
K_DirectorSwitch(directorinfo.attacker, true);
|
||||||
|
|
||||||
directorinfo.freeze--;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue