mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-24 04:17:47 +00:00
2.3c
- Small change for mysql performance
This commit is contained in:
@@ -233,6 +233,7 @@ namespace WeaponPaints
|
||||
|
||||
string query;
|
||||
object parameters;
|
||||
|
||||
if (existingRecordCount > 0)
|
||||
{
|
||||
query = "UPDATE `wp_player_skins` SET `weapon_paint_id` = @paintId, `weapon_wear` = @wear, `weapon_seed` = @seed WHERE `steamid` = @steamid AND `weapon_defindex` = @weaponDefIndex";
|
||||
|
||||
Reference in New Issue
Block a user