playerdatamanager: fix typo on experimental module_card_workaround

This commit is contained in:
lybxlpsv
2019-08-01 21:43:28 +07:00
parent 114862fec4
commit f12c0d6dce
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();