mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2024-11-27 06:22:23 +00:00
don't let clients scout around while customizing
This commit is contained in:
parent
c40d6de2d7
commit
2448b18624
1 changed files with 2 additions and 0 deletions
|
@ -1919,7 +1919,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;
|
||||
TeamFortress_SetSpeed(self);
|
||||
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