Merge pull request #171 from tgstation/Cyberboss-patch-1

Changes the event ID for authentication
This commit is contained in:
Jordan Brown
2017-09-15 14:54:03 -04:00
committed by GitHub
+1 -1
View File
@@ -14,7 +14,6 @@ namespace TGServerService
//only deprecate events, do not reuse them
public enum EventID
{
Authentication = 1,
ChatCommand = 100,
ChatConnectFail = 200,
ChatProviderStartFail = 300,
@@ -78,6 +77,7 @@ namespace TGServerService
ChatBroadcastFail = 6400,
IRCLogModes = 6500,
SubmoduleReclone = 6600,
Authentication = 6700,
}
static TGServerService ActiveService; //So everyone else can write to our eventlog