mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 02:18:26 +00:00
didn't save a file for the func_rot_button commit...
This commit is contained in:
parent
04ad339fe8
commit
f54775044c
@ -3087,7 +3087,7 @@ bool TeleportFilter(int entity)
|
|||||||
char classname[20];
|
char classname[20];
|
||||||
GetEntityClassname(entity, classname, sizeof(classname));
|
GetEntityClassname(entity, classname, sizeof(classname));
|
||||||
|
|
||||||
if (StrEqual(classname, "trigger_teleport") || StrEqual(classname, "trigger_multiple") || StrEqual(classname, "func_button") || StrEqual("func_rot_button"))
|
if (StrEqual(classname, "trigger_teleport") || StrEqual(classname, "trigger_multiple") || StrEqual(classname, "func_button") || StrEqual(classname, "func_rot_button"))
|
||||||
{
|
{
|
||||||
//TR_ClipCurrentRayToEntity(MASK_ALL, entity);
|
//TR_ClipCurrentRayToEntity(MASK_ALL, entity);
|
||||||
gI_CurrentTraceEntity = entity;
|
gI_CurrentTraceEntity = entity;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user