Fix compiling with tf2_stocks
This commit is contained in:
parent
7605940994
commit
9d7e720f33
@ -431,7 +431,7 @@ stock int TF2_GetPlayerResourceData(int client, TFResourceType type)
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int entity = TF2_GetResourceEntity();
|
int entity = GetPlayerResourceEntity();
|
||||||
|
|
||||||
if (entity == -1)
|
if (entity == -1)
|
||||||
{
|
{
|
||||||
@ -468,7 +468,7 @@ stock bool TF2_SetPlayerResourceData(int client, TFResourceType type, any value)
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
int entity = TF2_GetResourceEntity();
|
int entity = GetPlayerResourceEntity();
|
||||||
|
|
||||||
if (entity == -1)
|
if (entity == -1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user