This commit is contained in:
originalaidn
2024-10-18 23:13:51 +02:00
parent 179eb41e47
commit a9fb5b241d

View File

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