mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-18 19:24:57 +00:00
Merge pull request #23 from daffyyyy/patch-display_mysql_error
Update WeaponPaints.cs
This commit is contained in:
@@ -182,8 +182,9 @@ public class WeaponPaints : BasePlugin, IPluginConfig<WeaponPaintsConfig>
|
||||
gPlayerWeaponSeed[steamId.SteamId64][WeaponDefIndex] = Seed;
|
||||
});
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.WriteLine(ex);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user