Revert commit 29e0e82f48
This commit is contained in:
parent
1de7864463
commit
f4bbfe2e69
1 changed files with 2 additions and 2 deletions
|
@ -426,8 +426,8 @@ CBaseEntity::SendEntity(entity ePEnt, float fChanged)
|
|||
}
|
||||
|
||||
/* don't network triggers unless provoked */
|
||||
if (cvar("developer") == 0 && m_iRenderMode == RM_TRIGGER)
|
||||
return FALSE;
|
||||
/*if (cvar("developer") == 0 && m_iRenderMode == RM_TRIGGER)
|
||||
return FALSE;*/
|
||||
|
||||
#ifdef GS_RENDERFX
|
||||
/* let's not waste networking power on certain render-modes where they would
|
||||
|
|
Loading…
Reference in a new issue