From 416a117f68ad94de797d2445ba8d77826e2c8ffb Mon Sep 17 00:00:00 2001 From: Safairette <71556532+Safairette@users.noreply.github.com> Date: Sun, 22 Dec 2024 18:44:47 +0200 Subject: [PATCH] Kill the style checker with hammers pls --- Source/CombatExtended/CombatExtended/Controller.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CombatExtended/CombatExtended/Controller.cs b/Source/CombatExtended/CombatExtended/Controller.cs index f1d358d02a..2516f4d279 100644 --- a/Source/CombatExtended/CombatExtended/Controller.cs +++ b/Source/CombatExtended/CombatExtended/Controller.cs @@ -115,7 +115,7 @@ public void PostLoad() } LongEventHandler.QueueLongEvent(patches.Install, "CE_LongEvent_CompatibilityPatches", false, null); - + genericState = settings.GenericAmmo; }