mirror of
https://git.recroomarchive.org/RecRoomArchive/RRAC.git
synced 2026-09-08 14:41:25 -07:00
More changes...
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
namespace RecRoomArchive.Services
|
||||
using RecRoomArchive.Models.Common;
|
||||
|
||||
namespace RecRoomArchive.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to get the appVersion from the client to determine how to run the server
|
||||
@@ -63,6 +65,8 @@
|
||||
FullBuildTimestamp = buildTimestamp;
|
||||
BuildTimestamp = buildTimestampDateTime;
|
||||
|
||||
Console.Title = $"RRAC {Constants.Version} - ({BuildTimestamp.Value.Year}) {BuildTimestamp.Value}";
|
||||
Console.WriteLine ($"RRAC {Constants.Version} - ({BuildTimestamp.Value.Year}) {BuildTimestamp.Value}");
|
||||
Console.WriteLine($"buildTimestamp: {FullBuildTimestamp}, buildTimestampDateTime: {BuildTimestamp}");
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user