From cfb4d69ee0c4bb4a5697bfd421c6e799dffa6b88 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 13 Jul 2013 11:03:01 +0200 Subject: [PATCH] Fix banlist IP, fixes #1660 --- server/server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.cfg b/server/server.cfg index 5996fb99..94ce4fbc 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -163,7 +163,7 @@ sv_weaponstats_file http://www.xonotic.org/weaponbalance/ //g_balance_teams 1 // 0 will show players the team selection menu after joining instead of automaticly putting them on the smaller team //g_balance_teams_prevent_imbalance 1 // 0 to prevent switchint to a bigger/begger team -//g_ban_sync_uri "http://46.38.243.81/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable) +//g_ban_sync_uri "http://46.38.241.138/~xonotic/bans/" // sync bans using this ban list provider (disabled by default, uncomment this line to enable) //g_ban_sync_trusted_servers "" // accept bans that were initially set on the server IPs listed here (if not set, your bans are just sent to the sync URIs, but no bans are retrieved from there) //g_spawnshieldtime 1 // time for which players are protected after spawn -- 2.39.2