opt
This commit is contained in:
parent
a48170fec8
commit
a33f839004
@ -176,6 +176,7 @@ namespace RageCoop.Client {
|
||||
if (p == null) { p=Game.Player.Character; Main.Logger.Warning("Failed to find owner for bullet"); }
|
||||
if (_lastWeaponHash!=weaponHash)
|
||||
{
|
||||
_weaponAsset.MarkAsNoLongerNeeded();
|
||||
_weaponAsset=new WeaponAsset(weaponHash);
|
||||
_lastWeaponHash=weaponHash;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user