for some reason it has to be added here, otherwise torch cant find the function
This commit is contained in:
parent
9b0c48f9e5
commit
2125d133e9
@ -47,3 +47,11 @@ public int API_GetMaxClients()
|
||||
{
|
||||
return MaxClients;
|
||||
}
|
||||
|
||||
public int API_GetUserFlagBits(int client)
|
||||
{
|
||||
if (!IsClientConnected(client))
|
||||
return 0;
|
||||
|
||||
return GetUserFlagBits(client);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user