mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fixes service name not being set
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user