mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-03-03 08:01:21 +00:00
revert my movement hack to prevent scouting as it's causing problems
This commit is contained in:
parent
5bd65227de
commit
b6169b3113
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue