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 = [