diff --git a/AfkSwap/AfkSwap.cs b/AfkSwap/AfkSwap.cs index c635799..bf605e7 100644 --- a/AfkSwap/AfkSwap.cs +++ b/AfkSwap/AfkSwap.cs @@ -1,4 +1,4 @@ -using LabApi.Events.Arguments.PlayerEvents; +using LabApi.Events.Arguments.PlayerEvents; using LabApi.Events.Handlers; using LabApi.Features; using LabApi.Features.Wrappers; @@ -131,4 +131,4 @@ public class AfkSwap : Plugin afkPlayer.SendBroadcast($"You were swapped with {randomSpectator.DisplayName} due to inactivity.", 10); randomSpectator.SendBroadcast($"You were swapped with {afkPlayer.DisplayName} due to them being AFK.", 5); } -} \ No newline at end of file +} diff --git a/CuffedFrenemies/CuffedFrenemies.cs b/CuffedFrenemies/CuffedFrenemies.cs index 9514852..ad5c1ca 100644 --- a/CuffedFrenemies/CuffedFrenemies.cs +++ b/CuffedFrenemies/CuffedFrenemies.cs @@ -1,4 +1,4 @@ -using LabApi.Events.Arguments.PlayerEvents; +using LabApi.Events.Arguments.PlayerEvents; using LabApi.Events.Handlers; using LabApi.Features; using LabApi.Features.Console; @@ -57,4 +57,4 @@ public class CuffedFrenemies : Plugin ev.Target.Position = newPos; } -} \ No newline at end of file +} diff --git a/CustomClasses/CustomClasses.cs b/CustomClasses/CustomClasses.cs index cefe01b..14b29fe 100644 --- a/CustomClasses/CustomClasses.cs +++ b/CustomClasses/CustomClasses.cs @@ -1,4 +1,4 @@ -using Interactables.Interobjects.DoorUtils; +using Interactables.Interobjects.DoorUtils; using InventorySystem.Items; using LabApi.Events.Arguments.PlayerEvents; using LabApi.Events.Arguments.ServerEvents; @@ -232,4 +232,4 @@ public class HeadGuardConfig : CustomClassConfig { public override int MinPlayers { get; set; } = 9; public override RoleTypeId RequiredRole { get; set; } = RoleTypeId.FacilityGuard; -} \ No newline at end of file +} diff --git a/GamblingCoin/GamblingCoin.csproj b/GamblingCoin/GamblingCoin.csproj index 23e061e..3658590 100644 --- a/GamblingCoin/GamblingCoin.csproj +++ b/GamblingCoin/GamblingCoin.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/GrowingZombies/GrowingZombies.cs b/GrowingZombies/GrowingZombies.cs index 7c1b63c..7a15341 100644 --- a/GrowingZombies/GrowingZombies.cs +++ b/GrowingZombies/GrowingZombies.cs @@ -1,4 +1,4 @@ -using CustomPlayerEffects; +using CustomPlayerEffects; using InventorySystem.Items.Usables.Scp330; using LabApi.Events.Arguments.PlayerEvents; using LabApi.Events.Arguments.Scp0492Events; @@ -72,4 +72,4 @@ public class GrowingZombies : Plugin Scp330Bag.AddSimpleRegeneration(ev.Player.ReferenceHub, regenIntensity, 15f); } -} \ No newline at end of file +} diff --git a/KeycardButModern/KeycardButModern.csproj b/KeycardButModern/KeycardButModern.csproj index 7639fa8..3b142e8 100644 --- a/KeycardButModern/KeycardButModern.csproj +++ b/KeycardButModern/KeycardButModern.csproj @@ -1,4 +1,4 @@ - + net48 diff --git a/RangeBan/RangeBan.cs b/RangeBan/RangeBan.cs index a183b94..28657b2 100644 --- a/RangeBan/RangeBan.cs +++ b/RangeBan/RangeBan.cs @@ -1,4 +1,4 @@ -using LabApi.Events.Arguments.PlayerEvents; +using LabApi.Events.Arguments.PlayerEvents; using LabApi.Events.Handlers; using LabApi.Features; using LabApi.Features.Console; @@ -86,4 +86,4 @@ public class RangeBan : Plugin public class RangeBanConfig { public string[] IpRanges { get; set; } = { }; -} \ No newline at end of file +} diff --git a/ScpSwap/ScpSwap.cs b/ScpSwap/ScpSwap.cs index 2f739b9..54ecd85 100644 --- a/ScpSwap/ScpSwap.cs +++ b/ScpSwap/ScpSwap.cs @@ -1,4 +1,4 @@ -using LabApi.Features; +using LabApi.Features; using LabApi.Loader.Features.Plugins; namespace ScpSwap; @@ -18,4 +18,4 @@ public class ScpSwap : Plugin public override void Disable() { } -} \ No newline at end of file +}