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