Files

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

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