fix(NoClip): Enforce no collision & no physics
This commit is contained in:
parent
3beb21b48b
commit
e389c3c21c
@ -22,7 +22,6 @@ namespace big
|
||||
{
|
||||
functions::take_control_of_entity(ent);
|
||||
|
||||
if (bNoclip != bLastNoClip)
|
||||
ENTITY::SET_ENTITY_COLLISION(ent, false, false);
|
||||
|
||||
for (int control : controls)
|
||||
|
Reference in New Issue
Block a user