[+] Going ahead master

This commit is contained in:
Charles Le Maux 2024-08-20 20:03:59 +02:00
parent 66e435f982
commit 6600b751ea

View File

@ -32,6 +32,7 @@ class MinecraftServerManager:
command = f"{java_executable} -Xmx{memory_size} {reg_flags} -jar {jar_file} --nogui"
process = subprocess.Popen(shlex.split(command), cwd=server_directory, stdin=subprocess.PIPE)
#TODO: Track process behavior and stderr, while excepting Advanced Terminal features not to be avail.
self.servers_count = len(self.servers) + 1
self.servers[port] = {