mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-27 06:22:23 +00:00
hopefully fix the custom speed bug
This commit is contained in:
parent
1e27af318b
commit
83a23905f9
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ void() DropFromCustomClassGen =
|
|||
{
|
||||
SetArmyTimer();
|
||||
}
|
||||
|
||||
TeamFortress_SetSpeed (self);
|
||||
|
||||
return;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue