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

Commit

Permalink
1.3.0.3 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
DeathCradle committed Jul 3, 2015
1 parent e7c301a commit fddbafa
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file modified Binaries/Plugins/tdsm.core.dll
Binary file not shown.
Binary file modified Binaries/tdsm-patcher.exe
Binary file not shown.
Binary file modified Binaries/tdsm.api.dll
Binary file not shown.
Binary file modified Binaries/tdsm.exe
Binary file not shown.
Binary file modified Official/TerrariaServer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion tdsm-api/Globals.cs
Expand Up @@ -17,7 +17,7 @@ public static class Globals
public const ReleasePhase BuildPhase = ReleasePhase.Beta;

public const Int32 TerrariaRelease = 146;
public const String TerrariaVersion = "1.3.0.1";
public const String TerrariaVersion = "1.3.0.3";

private const String WorldDirectory = "Worlds";
private const String PluginDirectory = "Plugins";
Expand Down
4 changes: 2 additions & 2 deletions tdsm-patcher/Program.cs
Expand Up @@ -209,8 +209,8 @@ static void Main(string[] args)
//patcher.FixEntryPoint();
//Console.Write("Ok\nPatching save paths...");
//patcher.FixSavePath();
//Console.Write("Ok\nHooking receive buffer...");
//patcher.HookMessageBuffer();
Console.Write("Ok\nHooking receive buffer...");
patcher.HookMessageBuffer();
//Console.Write("Ok\nAdding the slot manager...");
//patcher.PatchServer();
Console.Write("Ok\nPatching XNA...");
Expand Down

0 comments on commit fddbafa

Please sign in to comment.