From cc26e6455cb9d46b4d52dee60a323b20c3246b75 Mon Sep 17 00:00:00 2001 From: antonand03 Date: Mon, 26 Nov 2018 13:25:13 +0100 Subject: [PATCH] Server announce by default Changed it to make the life easier for normal people. --- gta/ragemp/conf.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gta/ragemp/conf.json b/gta/ragemp/conf.json index 8787335b..8ee83ffd 100644 --- a/gta/ragemp/conf.json +++ b/gta/ragemp/conf.json @@ -1,9 +1,9 @@ { - "announce": false, + "announce": true, "bind": "0.0.0.0", "gamemode": "freeroam", "name": "RAGE:MP Unofficial server", "maxplayers": 100, "port": 26011, "streamdistance": 500 -} \ No newline at end of file +}