mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Changing syntax
This commit is contained in:
parent
0cc030b405
commit
120ba173f7
@ -1501,8 +1501,10 @@ public void SQL_InsertZone_Callback(Database db, DBResultSet results, const char
|
||||
|
||||
int client = GetClientFromSerial(data);
|
||||
|
||||
if(!client)
|
||||
if(client == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if(gMZ_Type[client] == Zone_CustomSpawn)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user