mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 03:18:25 +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);
|
int client = GetClientFromSerial(data);
|
||||||
|
|
||||||
if(!client)
|
if(client == 0)
|
||||||
|
{
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if(gMZ_Type[client] == Zone_CustomSpawn)
|
if(gMZ_Type[client] == Zone_CustomSpawn)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user