Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
Rebuild ModLoader.dll and set TLD version to 1.56
Browse files Browse the repository at this point in the history
  • Loading branch information
zeobviouslyfakeacc committed Sep 14, 2019
1 parent 8f8feb5 commit 3ec9580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ private Constants() {
throw new Error("No instances!");
}

public static final String TLD_VERSION = "v1.48.1";
public static final String TLD_VERSION = "v1.56";
public static final String DLL_NAME = "Rewired_Core.dll";
public static final String XOR_NAME = "Rewired_Core.xor";
public static final long UNPATCHED_SIZE = 2192384L;
public static final long PATCHED_SIZE = 2192384L;
public static final String UNPATCHED_SHA1 = "28a347150ecbcc4c35629aa5ae645f6593c162ac";
public static final String PATCHED_SHA1 = "0d9236b7fd6384a3adbb742bfc04ad00b2e753eb";
public static final String MOD_LOADER_SHA1 = "12535174dbd5e21755d0b319ab4da0ce71c827a2";
public static final String MOD_LOADER_SHA1 = "00c93dfea9890425834ec2929e33e99efcc3eada";
public static final String ERROR_SHA1 = "- ERROR -";
}
Binary file modified src/main/resources/ModLoader.dll
Binary file not shown.

0 comments on commit 3ec9580

Please sign in to comment.