fixed steam ID
This commit is contained in:
parent
9b34b07a00
commit
db85191b35
@ -1700,7 +1700,7 @@ public Action Command_HideSpray(int client, int argc)
|
||||
GetClientAuthId(i, AuthId_Steam2, sAuthID_target, sizeof(sAuthID_target), false);
|
||||
|
||||
char sQuery[512];
|
||||
Format(sQuery, sizeof(sQuery), "INSERT IGNORE INTO `sprayhidemanage` (`steamidhider`, `steamidtarget`) VALUES ('%s', '%s');", sAuthID, i);
|
||||
Format(sQuery, sizeof(sQuery), "INSERT IGNORE INTO `sprayhidemanage` (`steamidhider`, `steamidtarget`) VALUES ('%s', '%s');", sAuthID, sAuthID_target);
|
||||
|
||||
SQL_TQuery(g_hDatabase, DummyCallback, sQuery);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user