Skip to content

Commit 2e55e4c

Browse files
committed
fix: Using Error
1 parent 8bae7ef commit 2e55e4c

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

EXILED/Exiled.API/Features/Pickups/FirearmPickup.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ namespace Exiled.API.Features.Pickups
99
{
1010
using System;
1111

12-
using Exiled.API.Features.Items.FirearmModules;
13-
using Exiled.API.Features.Items.FirearmModules.Primary;
1412
using Exiled.API.Interfaces;
1513

1614
using InventorySystem.Items;

EXILED/Exiled.Events/Patches/Fixes/Scp127TryGetCurPairFix.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// -----------------------------------------------------------------------
1+
// -----------------------------------------------------------------------
22
// <copyright file="Scp127TryGetCurPairFix.cs" company="ExMod Team">
33
// Copyright (c) ExMod Team. All rights reserved.
44
// Licensed under the CC BY-SA 3.0 license.
@@ -11,8 +11,11 @@ namespace Exiled.Events.Patches.Fixes
1111
using System.Reflection.Emit;
1212

1313
using Exiled.API.Features.Pools;
14+
1415
using HarmonyLib;
16+
1517
using InventorySystem.Items.Firearms.Modules.Scp127;
18+
1619
using UnityEngine;
1720

1821
using static HarmonyLib.AccessTools;

0 commit comments

Comments
 (0)