diff --git a/client.qc b/client.qc index 6e90daa..bf26b4e 100644 --- a/client.qc +++ b/client.qc @@ -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");