diff --git a/WeaponPaints.cs b/WeaponPaints.cs index aeb2b656..85b570b6 100644 --- a/WeaponPaints.cs +++ b/WeaponPaints.cs @@ -182,9 +182,10 @@ public class WeaponPaints : BasePlugin, IPluginConfig gPlayerWeaponSeed[steamId.SteamId64][WeaponDefIndex] = Seed; }); } - catch (Exception) + catch (Exception ex) { + Console.WriteLine(ex); return; } } -} \ No newline at end of file +}