This commit is contained in:
@@ -630,7 +630,7 @@ namespace AyaNova
|
|||||||
_newLog.LogInformation("Boot complete - server open");
|
_newLog.LogInformation("Boot complete - server open");
|
||||||
|
|
||||||
//flag in console that server is open
|
//flag in console that server is open
|
||||||
System.Diagnostics.Debugger.Log(1, "BOOT", "BOOT: COMPLETED - SERVER IS NOW OPEN");
|
Console.WriteLine("BOOT: COMPLETED - SERVER IS NOW OPEN");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ namespace AyaNova.Util
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
internal static class AyaNovaVersion
|
internal static class AyaNovaVersion
|
||||||
{
|
{
|
||||||
public const string VersionString = "8.0.0-alpha.7";
|
public const string VersionString = "8.0.0-alpha.8";
|
||||||
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
public const string FullNameAndVersion = "AyaNova server " + VersionString;
|
||||||
}//eoc
|
}//eoc
|
||||||
}//eons
|
}//eons
|
||||||
Reference in New Issue
Block a user