Fix fast money accumulator setting (#5256)

This commit is contained in:
Pepper0ni
2025-03-30 19:52:29 +01:00
committed by GitHub
parent e21d322a22
commit 714b9a731a

View File

@@ -14,7 +14,7 @@ extern "C" {
void FasterRupeeAccumulator_Register() {
GameInteractor::Instance->RegisterGameHook<GameInteractor::OnInterfaceUpdate>([]() {
if (!CVarGetInteger(CVAR_ENHANCEMENT("TimeSavers.FasterRupeeAccumulator"), 0)) return;
if (!CVarGetInteger(CVAR_ENHANCEMENT("FasterRupeeAccumulator"), 0)) return;
if (gSaveContext.rupeeAccumulator == 0) {
return;