Update config.php
This commit is contained in:
parent
021129c09f
commit
7a0b5f9193
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in New Issue