hopefully fix the custom speed bug

This commit is contained in:
Bill Currie 2002-09-07 03:25:00 +00:00
parent 1e27af318b
commit 83a23905f9

View file

@ -400,6 +400,8 @@ void() DropFromCustomClassGen =
{
SetArmyTimer();
}
TeamFortress_SetSpeed (self);
return;
};