From 5bfe3abb5b8b65ccc2911aa9323c0c444f16f900 Mon Sep 17 00:00:00 2001 From: lybxlpsv Date: Thu, 1 Aug 2019 21:52:38 +0700 Subject: [PATCH] playerdatamanager: forgot to change back stuff --- source-code/source/plugins/TLAC/Components/PlayerDataManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source-code/source/plugins/TLAC/Components/PlayerDataManager.h b/source-code/source/plugins/TLAC/Components/PlayerDataManager.h index f087768..6199539 100644 --- a/source-code/source/plugins/TLAC/Components/PlayerDataManager.h +++ b/source-code/source/plugins/TLAC/Components/PlayerDataManager.h @@ -24,7 +24,7 @@ namespace TLAC::Components bool initPvId = true; bool pvModuleLoaded = true; bool moduleCardWorkaround = true; - int lastModState = 2; + int lastModState = 0; void ApplyPatch(); void LoadConfig(); void ApplyCustomData();