fix Shavit_GetZoneID :^)

This commit is contained in:
rtldg 2022-01-04 15:41:43 +00:00
parent 3a87717250
commit 9c4f626076

View File

@ -681,7 +681,7 @@ public any Native_GetZoneType(Handle plugin, int numParams)
public any Native_GetZoneID(Handle plugin, int numParams) public any Native_GetZoneID(Handle plugin, int numParams)
{ {
int entity = GetNativeCell(1); int entity = GetNativeCell(1);
return gI_EntityZone[entity] > -1; return gI_EntityZone[entity];
} }
bool JumpToZoneType(KeyValues kv, int type, int track) bool JumpToZoneType(KeyValues kv, int type, int track)