mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Rename Windows argument correctly
This commit is contained in:
parent
0d6ff46238
commit
fa4c59a662
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ def start_evennia(pprofiler=False, sprofiler=False):
|
|||
# Windows requires special care
|
||||
create_no_window = 0x08000000
|
||||
Popen(portal_cmd, env=getenv(), bufsize=-1,
|
||||
createflags=create_no_window)
|
||||
creationflags=create_no_window)
|
||||
else:
|
||||
Popen(portal_cmd, env=getenv(), bufsize=-1)
|
||||
except Exception as e:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue