Update config.php

This commit is contained in:
Mario 2023-02-07 12:27:15 +02:00 committed by GitHub
parent 021129c09f
commit 7a0b5f9193
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,11 @@ if($devmode) {
error_reporting(E_ALL); 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 = [ $AvailableGameservers = [
1 = "ip goes here", 1 => "ip goes here",
2 = "ahh help!!" 2 => "ahh help!!"
]; ];
$gameSettings = [ $gameSettings = [