Files

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

2024-06-03 23:38:29 -04:00
#include <libultraship/bridge.h>
#include "2s2h/GameInteractor/GameInteractor.h"
2024-06-03 23:38:29 -04:00
void RegisterInstantPutaway() {
2024-10-05 10:02:53 -05:00
REGISTER_VB_SHOULD(VB_RESET_PUTAWAY_TIMER, {
2024-06-03 23:38:29 -04:00
if (CVarGetInteger("gEnhancements.Player.InstantPutaway", 0)) {
*should = false;
}
});
}