mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Allows changing remote port without full restart
This commit is contained in:
@@ -388,6 +388,9 @@ namespace TGS.CommandLine
|
||||
OutputProc(res);
|
||||
return ExitCode.ServerError;
|
||||
}
|
||||
|
||||
Interface.Dispose(); //close the channels to prevent holding the service open
|
||||
|
||||
OutputProc("Change will be applied after service restart");
|
||||
return ExitCode.Normal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user