SERVER/STANDARD: Fix weapon2model when swapping

This commit is contained in:
cypress 2023-07-20 13:08:39 -04:00
parent d4995b5b0c
commit 8c65c22f82

View file

@ -175,6 +175,7 @@ void (float animation_type, void(optional float t) end_function, float playback_
}
UpdateVmodel(self.weaponmodel, GetWepSkin(self.weapon));
self.weapon2model = GetWeapon2Model(self.weapon);
UpdateV2model(self.weapon2model, GetWepSkin(self.weapon));
W_AimOut();