You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my specific scenario, I use Byobu for creating new windows in the terminal to run the server in. However, upon restart, the new window is created before the old window actually has a chance to finish up and close, which unnecessarily increments the window number. Whilst superficial, it would be nice to fix this.
I imagine some fix is possible if we could better define at which part of the process certain scripts run.
Also just having a config option to determine whether the mod waits for the server to entirely close/finish up or not before running the start script would be great.
The text was updated successfully, but these errors were encountered:
In my specific scenario, I use Byobu for creating new windows in the terminal to run the server in. However, upon restart, the new window is created before the old window actually has a chance to finish up and close, which unnecessarily increments the window number. Whilst superficial, it would be nice to fix this.
I imagine some fix is possible if we could better define at which part of the process certain scripts run.
Also just having a config option to determine whether the mod waits for the server to entirely close/finish up or not before running the start script would be great.
The text was updated successfully, but these errors were encountered: