Merge pull request #5 from Red-exe-Engineer/patch-2

Update launcher.py
This commit is contained in:
bigjango13 2022-03-11 23:07:48 -05:00 committed by GitHub
commit 7b04898a8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,4 +67,4 @@ def set_options(env, options: dict):
def run(env):
return subprocess.Popen(
["/usr/bin/minecraft-pi-reborn-client"], env=env, preexec_fn=os.setsid
)
).wait()