We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872b61a commit ec3f424Copy full SHA for ec3f424
src/core/modules/entities/entities_entity.cpp
@@ -360,9 +360,6 @@ unsigned int CBaseEntityWrapper::GetIntHandle()
360
361
bool CBaseEntityWrapper::IsPlayer()
362
{
363
- if (!IServerUnknownExt::IsNetworked(GetThis()))
364
- return false;
365
-
366
unsigned int iEntityIndex;
367
if (!IndexFromBaseEntity(GetThis(), iEntityIndex))
368
return false;
0 commit comments