From a9fb5b241d89129d6d227508540e31930000215f Mon Sep 17 00:00:00 2001 From: originalaidn <45371311+originalaidn@users.noreply.github.com> Date: Fri, 18 Oct 2024 23:13:51 +0200 Subject: [PATCH] tab --- Events.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Events.cs b/Events.cs index 0b090149..b7fe7e5f 100644 --- a/Events.cs +++ b/Events.cs @@ -108,7 +108,7 @@ namespace WeaponPaints }; if (!GPlayerWeaponsInfo.TryGetValue(player.Slot, out var weaponInfos)) - return HookResult.Continue; + return HookResult.Continue; foreach (var weapon in weaponInfos) {