mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03:00
Fix fast money accumulator setting (#5256)
This commit is contained in:
parent
e21d322a22
commit
714b9a731a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue