Change default config

This commit is contained in:
Emily 2023-03-19 05:14:30 +01:00
parent faf9ccffbc
commit 2422bee5fa

View File

@ -11,12 +11,12 @@ class Config(ConfigParser):
"sampy": { "sampy": {
"host": "0.0.0.0", "host": "0.0.0.0",
"port": 7777, "port": 7777,
"hostname": "Python > C", "hostname": "sam.py",
"password": "changeme", "password": "",
"rcon_password": "changeme too", "rcon_password": "changeme",
"max_players": 50, "max_players": 50,
"mode": "Unknown", "mode": "",
"language": "python", "language": "English",
}, },
"sampy.rules": { "sampy.rules": {
"weburl": "https://git.osufx.com/Sunpy/sampy", "weburl": "https://git.osufx.com/Sunpy/sampy",