Skip to content

Commit

Permalink
Disable CTriggerHurt
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Nov 12, 2024
1 parent afd37f4 commit defd8d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SourceCode/dlls/triggers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,8 @@ class CTriggerHurt : public CBaseTrigger
void EXPORT RadiationThink();
};

LINK_ENTITY_TO_CLASS(trigger_hurt, CTriggerHurt);
// Sabian: disable trigger hurt.
// LINK_ENTITY_TO_CLASS(trigger_hurt, CTriggerHurt);

//
// trigger_monsterjump
Expand Down

0 comments on commit defd8d6

Please sign in to comment.