Fixes ReattachAPIVersion not being set

This commit is contained in:
Jordan Brown
2017-11-17 15:10:12 -05:00
committed by GitHub
parent 5a8dc4b2b0
commit a676319b4f
+1
View File
@@ -407,6 +407,7 @@ namespace TGS.Server
{
Config.ReattachProcessID = Proc.Id;
Config.ReattachPort = currentPort;
Config.ReattachAPIVersion = GameAPIVersion != null ? GameAPIVersion.ToString() : null;
Config.ReattachCommsKey = serviceCommsKey;
lock (restartLock)
{