Changing syntax

This commit is contained in:
Kryptanyte 2016-10-04 22:09:20 +13:00
parent 0cc030b405
commit 120ba173f7

View File

@ -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)
{