2024-06-03 23:38:29 -04:00
|
|
|
#include <libultraship/bridge.h>
|
2024-10-05 10:33:10 -05:00
|
|
|
#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;
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
}
|