From 02d4caab8cc5e49eacccc646eaed385106dab7e5 Mon Sep 17 00:00:00 2001 From: Phoenixx19 <41084138+Phoenixx19@users.noreply.github.com> Date: Mon, 31 Aug 2020 17:46:48 +0200 Subject: [PATCH] v2.1.1 hotfix --- JumpKingRPC.csproj | 5 +++-- MainRP.cs | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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(); } }