mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fixes ReattachAPIVersion not being set
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user