Commit 5da87e7 1 parent d34d624 commit 5da87e7 Copy full SHA for 5da87e7
File tree 2 files changed +2
-2
lines changed
patches/tModLoader/Terraria.ModLoader
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public static class ModLoader
35
35
36
36
public static readonly string branchName = "" ;
37
37
// beta > 0 cannot publish to mod browser
38
- public static readonly int beta = 2 ;
38
+ public static readonly int beta = 0 ;
39
39
40
40
// SteamApps.GetCurrentBetaName(out string betaName, 100) ? betaName :
41
41
public static readonly string versionedName = $ "tModLoader v{ version } " +
Original file line number Diff line number Diff line change 4
4
@ ECHO off
5
5
:: Compile/Build exe
6
6
echo " Building Release"
7
- set tModLoaderVersion = v0.11.8 Beta 2
7
+ set tModLoaderVersion = v0.11.8
8
8
call buildRelease.bat
9
9
10
10
set destinationFolder = .\tModLoader %tModLoaderVersion% Release
You can’t perform that action at this time.
0 commit comments