mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 20:51:35 +00:00
Mantis 0001010:
o Fixed a bug where "switch" in console (sv_cheats 1) no longer makes the player stuck when going from alien to marine. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@225 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
576a109c50
commit
7ef6e421e4
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ BOOL AvHGamerules::ClientCommand( CBasePlayer *pPlayer, const char *pcmd )
|
|||
|
||||
// Remember current position
|
||||
Vector theCurrentPosition = theAvHPlayer->pev->origin;
|
||||
theCurrentPosition[2] += 32.0f;
|
||||
Vector theCurrentAngles = theAvHPlayer->pev->angles;
|
||||
|
||||
// Switch teams
|
||||
|
|
Loading…
Reference in a new issue