revert my movement hack to prevent scouting as it's causing problems

This commit is contained in:
Bill Currie 2002-09-09 04:18:07 +00:00
parent 5bd65227de
commit b6169b3113

View file

@ -1922,9 +1922,9 @@ void() PutClientInServer =
// Set the health for the player based on class
TeamFortress_SetHealth();
// Set the speed for the player based on class
self.tfstate |= TFSTATE_CANT_MOVE;
//XXX causing problems self.tfstate |= TFSTATE_CANT_MOVE;
TeamFortress_SetSpeed(self);
self.tfstate &= ~TFSTATE_CANT_MOVE;
//XXX causing problems self.tfstate &= ~TFSTATE_CANT_MOVE;
// Set the skin for the player based on class
TeamFortress_SetSkin(self);
stuffcmd(self, "v_idlescale 0\n");