playerdatamanager: fix typo on experimental module_card_workaround

This commit is contained in:
lybxlpsv
2019-08-01 21:43:28 +07:00
parent 761ac6dab0
commit 94bdb31885
2 changed files with 10 additions and 9 deletions
@@ -24,7 +24,7 @@ namespace TLAC::Components
bool initPvId = true;
bool pvModuleLoaded = true;
bool moduleCardWorkaround = true;
int lastModState = 0;
int lastModState = 2;
void ApplyPatch();
void LoadConfig();
void ApplyCustomData();