mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed german model always being set to german_wehrmacht_soldier
This commit is contained in:
parent
1fd238567e
commit
2b01f092b3
1 changed files with 2 additions and 2 deletions
|
@ -2430,8 +2430,8 @@ void Player::InitModel(void)
|
|||
if (g_gametype->integer == GT_SINGLE_PLAYER) {
|
||||
setModel("models/player/" + str(g_playermodel->string) + ".tik");
|
||||
} else if (dm_team == TEAM_AXIS) {
|
||||
if (Q_stricmpn(client->pers.dm_playermodel, "german", 6)
|
||||
&& Q_stricmpn(client->pers.dm_playermodel, "axis", 4)
|
||||
if (Q_stricmpn(client->pers.dm_playergermanmodel, "german", 6)
|
||||
&& Q_stricmpn(client->pers.dm_playergermanmodel, "axis", 4)
|
||||
//
|
||||
// 2.30 models
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue