Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 28, 2024
1 parent 0b3f06f commit 485e460
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using EFT;
using EFT.InventoryLogic;
using Fika.Core.Coop.Players;
using GPUInstancer;
using HarmonyLib;
using System;
using System.Collections;
Expand Down Expand Up @@ -150,7 +149,7 @@ public override void ManualUpdate(float deltaTime)
needsReset = false;
WeaponSoundPlayer.OnBreakLoop();
}
}
}
}
}

Expand Down Expand Up @@ -526,7 +525,7 @@ public List<BulletClass> FindAmmoByIds(string[] ammoIds)
}
return _preallocatedAmmoList;
}


private void HandleShellEvent(WeaponManagerClass weaponEffectsManager, ref ShotInfoPacket packet, BulletClass ammo, MagazineClass magazine)
{
Expand Down

0 comments on commit 485e460

Please sign in to comment.