mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
fix Shavit_GetZoneID :^)
This commit is contained in:
parent
3a87717250
commit
9c4f626076
@ -681,7 +681,7 @@ public any Native_GetZoneType(Handle plugin, int numParams)
|
||||
public any Native_GetZoneID(Handle plugin, int numParams)
|
||||
{
|
||||
int entity = GetNativeCell(1);
|
||||
return gI_EntityZone[entity] > -1;
|
||||
return gI_EntityZone[entity];
|
||||
}
|
||||
|
||||
bool JumpToZoneType(KeyValues kv, int type, int track)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user