mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix interop
This commit is contained in:
@@ -21,7 +21,7 @@ namespace TGServerService
|
||||
string serviceCommsKey; //regenerated every DD restart
|
||||
|
||||
//range of supported api versions
|
||||
const int AllowedMajorAPIVersion = 1;
|
||||
const int AllowedMajorAPIVersion = 2;
|
||||
Version GameAPIVersion;
|
||||
|
||||
const string SPInstanceName = "server_instance";
|
||||
|
||||
Reference in New Issue
Block a user