diff --git a/TGS.Server/Server.cs b/TGS.Server/Server.cs index 4b4cfc7fcb..eff1d58fa9 100644 --- a/TGS.Server/Server.cs +++ b/TGS.Server/Server.cs @@ -320,10 +320,10 @@ namespace TGS.Server AddEndpoint(host, typeof(ITGConnectivity)); AddEndpoint(host, typeof(ITGAdministration)); + AddEndpoint(host, typeof(ITGByond)); AddEndpoint(host, typeof(ITGChat)); AddEndpoint(host, typeof(ITGCompiler)); AddEndpoint(host, typeof(ITGConfig)); - AddEndpoint(host, typeof(ITGConnectivity)); AddEndpoint(host, typeof(ITGDreamDaemon)); AddEndpoint(host, typeof(ITGInstance)); AddEndpoint(host, typeof(ITGInterop));