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) {