From 7a0b5f9193e79a84a886613379d0b584907b0bfb Mon Sep 17 00:00:00 2001 From: Mario <100047175+Mariopizza1@users.noreply.github.com> Date: Tue, 7 Feb 2023 12:27:15 +0200 Subject: [PATCH] Update config.php --- core/config.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/config.php b/core/config.php index 865ad17..1332881 100644 --- a/core/config.php +++ b/core/config.php @@ -14,9 +14,11 @@ if($devmode) { error_reporting(E_ALL); } +// if ur gonna use the availablegameservers array please pick a random gameserver from the array or else we would put all stress on 1 gameserver + $AvailableGameservers = [ - 1 = "ip goes here", - 2 = "ahh help!!" + 1 => "ip goes here", + 2 => "ahh help!!" ]; $gameSettings = [