mirror of
https://github.com/lcdr/luserver.git
synced 2025-12-21 05:29:53 -06:00
v2017.09.15
- implemented ban, kick and mute commands - refactored Vector3 and Quaternion - made server shutdown properly even with db conflicts
This commit is contained in:
@@ -34,7 +34,7 @@ class Init:
|
||||
flags = subprocess.CREATE_NEW_CONSOLE
|
||||
else:
|
||||
flags = 0
|
||||
subprocess.Popen("runzeo -a 12345 -f "+ os.path.normpath(os.path.join(__file__, "..", "server_db.db")), shell=True, creationflags=flags)
|
||||
subprocess.Popen("runzeo -a 12345 -f " + os.path.normpath(os.path.join(__file__, "..", "server_db.db")), shell=True, creationflags=flags)
|
||||
time.sleep(3)
|
||||
|
||||
self.root = conn.root
|
||||
|
||||
Reference in New Issue
Block a user