diff --git a/Client/Sync/SyncEvents.cs b/Client/Sync/SyncEvents.cs index 0bb5b65..0e5bc95 100644 --- a/Client/Sync/SyncEvents.cs +++ b/Client/Sync/SyncEvents.cs @@ -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; }