Skip to content
This repository has been archived by the owner on Jun 9, 2021. It is now read-only.

Commit

Permalink
v2.1.1 hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoenixx19 committed Aug 31, 2020
1 parent 313343e commit 02d4caa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions JumpKingRPC.csproj
Expand Up @@ -57,8 +57,9 @@
<Reference Include="JumpKing">
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Jump King\JumpKing.exe</HintPath>
</Reference>
<Reference Include="MonoGame.Framework">
<HintPath>..\..\..\..\Desktop\JumpKingTAS-master\Game\MonoGame.Framework.dll</HintPath>
<Reference Include="MonoGame.Framework, Version=3.7.1.189, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Jump King\MonoGame.Framework.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion MainRP.cs
Expand Up @@ -45,7 +45,7 @@ public MainRP(int _preset)

public void ClearUpdate(bool toggle)
{
if (toggle) { Update(); }
if (toggle) { Run(); }
else { this.client.ClearPresence(); }
}

Expand Down

0 comments on commit 02d4caa

Please sign in to comment.