mirror of
https://github.com/evennia/evennia.git
synced 2025-10-29 19:35:56 +00:00
Remove setting of cwd() for unix install. Testing suggests this is not necessary on Linux/Unix. Windows cwd() seems to be necessary for -e installs (but maybe remove that too later). Resolves #650.
This commit is contained in:
parent
9c96345480
commit
16b7a79573
@ -6,9 +6,5 @@ This is copied directly into the python bin directory and makes the
|
||||
'evennia' program available on $PATH.
|
||||
"""
|
||||
|
||||
import os, sys
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.getcwd()))
|
||||
|
||||
from evennia.server.evennia_launcher import main
|
||||
main()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user