mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Merge pull request #283 from tgstation/Cyberboss-patch-2
Fixes installer interface reflection
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TGInstallerWrapper
|
||||
const string InterfaceDLL = "TGServiceInterface.dll";
|
||||
const string InterfaceNamespace = "TGServiceInterface";
|
||||
const string InterfaceComponentsNamespace = InterfaceNamespace + ".Components";
|
||||
const string InterfaceClass = InterfaceNamespace + ".Server";
|
||||
const string InterfaceClass = InterfaceNamespace + ".Interface";
|
||||
const string InterfaceServiceInterface = InterfaceComponentsNamespace + ".ITGSService"; //fuck this typo
|
||||
const string InterfaceClassVerifyConnection = "VerifyConnection";
|
||||
const string InterfaceClassGetComponent = "GetComponent";
|
||||
|
||||
Reference in New Issue
Block a user