mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Merge branch 'master' of https://gitlab.com/toontownunited/src
This commit is contained in:
commit
31c19154bc
7 changed files with 3 additions and 5 deletions
3
all.bat
Normal file
3
all.bat
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
start astron
|
||||||
|
start ai
|
||||||
|
start ud
|
|
@ -2,11 +2,9 @@ import collections
|
||||||
import json
|
import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
||||||
class Settings(collections.MutableMapping):
|
class Settings(collections.MutableMapping):
|
||||||
def __init__(self, filename):
|
def __init__(self, filename):
|
||||||
self.filename = filename
|
self.filename = filename
|
||||||
|
|
||||||
self.store = {}
|
self.store = {}
|
||||||
self.read()
|
self.read()
|
||||||
|
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
start start_astron_cluster
|
|
||||||
start start_ai_server
|
|
||||||
start start_uberdog_server
|
|
Loading…
Reference in a new issue