diff --git a/TGS.Server/Instance/DreamDaemon.cs b/TGS.Server/Instance/DreamDaemon.cs index a6846ab2ac..28e9c5e50d 100644 --- a/TGS.Server/Instance/DreamDaemon.cs +++ b/TGS.Server/Instance/DreamDaemon.cs @@ -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) {