Fixes service name not being set

This commit is contained in:
Cyberboss
2017-11-14 22:57:15 -05:00
parent 1a8045b3eb
commit ee341cb9be
+8
View File
@@ -19,6 +19,14 @@ namespace TGS.Server.Service
/// </summary>
Server activeServer;
/// <summary>
/// Constructs a <see cref="Service"/>
/// </summary>
Service()
{
ServiceName = "TG Station Server";
}
/// <inheritdoc />
public void WriteAccess(string username, bool authSuccess, byte loggingID)
{