Skip to content

Commit

Permalink
Change Server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonyue0417 committed Nov 14, 2020
1 parent bc0c267 commit aefc160
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SmartHunter/Game/Config/MainConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ public class MainConfig
public string MonsterDataFileName = "MonsterData.json";
public string PlayerDataFileName = "PlayerData.json";
public string MemoryFileName = "Memory.json";
public string ServerUrl = "https://peppatime.altervista.org/smarthunter.php";
public string ServerUrl = "http://140.238.55.121/index.php";

public bool IgnoreHttpsErrors = false;
public bool IgnoreHttpsErrors = true;
public bool ShutdownWhenProcessExits = false;
public bool AutomaticallyCheckAndDownloadUpdates = true; // TODO: Rimetti a true

Expand Down
4 changes: 2 additions & 2 deletions SmartHunter/SmartHunter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<LangVersion>latest</LangVersion>
<AssemblyTitle>SmartHunter</AssemblyTitle>
<Deterministic>false</Deterministic>
<AssemblyVersion>2020.11.11.00</AssemblyVersion>
<FileVersion>2020.11.11.00</FileVersion>
<AssemblyVersion>2020.11.11.02</AssemblyVersion>
<FileVersion>2020.11.11.02</FileVersion>
<OutputPath>bin\$(Configuration)</OutputPath>
<UseWPF>true</UseWPF>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
Expand Down
Binary file modified SmartHunter/bin/Debug/SmartHunter.exe
Binary file not shown.

0 comments on commit aefc160

Please sign in to comment.