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

Fix server
This commit is contained in:
Jordan Brown
2017-12-09 18:05:24 -05:00
committed by GitHub
+1 -1
View File
@@ -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));