diff --git a/JumpKingRPC.csproj b/JumpKingRPC.csproj index 9af22bc..9102b60 100644 --- a/JumpKingRPC.csproj +++ b/JumpKingRPC.csproj @@ -57,8 +57,9 @@ ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Jump King\JumpKing.exe - - ..\..\..\..\Desktop\JumpKingTAS-master\Game\MonoGame.Framework.dll + + False + ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Jump King\MonoGame.Framework.dll ..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll diff --git a/MainRP.cs b/MainRP.cs index d905bc9..1415b70 100644 --- a/MainRP.cs +++ b/MainRP.cs @@ -45,7 +45,7 @@ public MainRP(int _preset) public void ClearUpdate(bool toggle) { - if (toggle) { Update(); } + if (toggle) { Run(); } else { this.client.ClearPresence(); } }