Files

11 lines
296 B
C++
Raw Permalink Normal View History

2024-05-09 01:21:31 +01:00
#include <libultraship/bridge.h>
#include "2s2h/GameInteractor/GameInteractor.h"
2024-05-09 01:21:31 +01:00
void RegisterPowerCrouchStab() {
2024-10-05 10:02:53 -05:00
REGISTER_VB_SHOULD(VB_PATCH_POWER_CROUCH_STAB, {
2024-05-09 01:21:31 +01:00
if (CVarGetInteger("gEnhancements.Restorations.PowerCrouchStab", 0)) {
*should = false;
}
});
}