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:
lcdr
2017-09-15 18:46:04 +02:00
parent d95003e1eb
commit 2506502821
27 changed files with 340 additions and 161 deletions

View File

@@ -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