Skip to content

Commit 68140fe

Browse files
committed
Use OTAPI.Common.VersionShort for version printing
1 parent 622bb93 commit 68140fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TerrariaServerAPI/TerrariaApi.Server/HookManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public static void InitialiseAPI()
2424
ServerApi.ApiVersion,
2525
Main.versionNumber2,
2626
Main.curRelease,
27-
typeof(OTAPI.Hooks).Assembly.GetName().Version
27+
OTAPI.Common.VersionShort
2828
);
2929
ServerApi.Initialize(Environment.GetCommandLineArgs(), Main.instance);
3030
}

0 commit comments

Comments
 (0)