Fix interop

This commit is contained in:
Cyberboss
2017-10-30 17:04:08 -04:00
parent b440f49570
commit 3b098ddddc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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";