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