Add missing Byond endpoint

This commit is contained in:
Jordan Brown
2017-12-09 17:59:10 -05:00
committed by GitHub
parent ac5e22e063
commit d9b18d551f
+1
View File
@@ -320,6 +320,7 @@ 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));