Skip to content

Commit

Permalink
Use OTAPI.Common.VersionShort for version printing
Browse files Browse the repository at this point in the history
  • Loading branch information
SignatureBeef committed Jan 5, 2025
1 parent 622bb93 commit 68140fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerrariaServerAPI/TerrariaApi.Server/HookManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static void InitialiseAPI()
ServerApi.ApiVersion,
Main.versionNumber2,
Main.curRelease,
typeof(OTAPI.Hooks).Assembly.GetName().Version
OTAPI.Common.VersionShort
);
ServerApi.Initialize(Environment.GetCommandLineArgs(), Main.instance);
}
Expand Down

0 comments on commit 68140fe

Please sign in to comment.