Fix reattach information port change not happening if port change was instant

This commit is contained in:
Jordan Brown
2018-11-24 14:09:41 -05:00
parent f63f2024e2
commit d15f3f1caa
@@ -481,6 +481,7 @@ namespace Tgstation.Server.Host.Components.Watchdog
return false;
}
reattachInformation.Port = port;
return true;
}