From 2422bee5fa671e07419103adbcdabd6ef1e8ffd7 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Sun, 19 Mar 2023 05:14:30 +0100 Subject: [PATCH] Change default config --- sampy/config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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",