mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Fixed Italian player not switching to the Breda weapon after spawning
This commit is contained in:
parent
1255964e6b
commit
99a9022b53
1 changed files with 1 additions and 1 deletions
|
@ -8645,7 +8645,7 @@ void Player::EquipWeapons()
|
|||
break;
|
||||
case NA_ITALIAN:
|
||||
giveItem("weapons/It_W_Breda.tik");
|
||||
event->AddString("MP40");
|
||||
event->AddString("Breda");
|
||||
break;
|
||||
default:
|
||||
giveItem("weapons/bar.tik");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue