Update config.php
This commit is contained in:
parent
1bc13086d5
commit
021129c09f
|
|
@ -15,9 +15,9 @@ if($devmode) {
|
||||||
}
|
}
|
||||||
|
|
||||||
$AvailableGameservers = [
|
$AvailableGameservers = [
|
||||||
1 = "ip goes here"
|
1 = "ip goes here",
|
||||||
2 = "ahh help!!"
|
2 = "ahh help!!"
|
||||||
]
|
];
|
||||||
|
|
||||||
$gameSettings = [
|
$gameSettings = [
|
||||||
"privatekey" => "-----BEGIN RSA PRIVATE KEY-----
|
"privatekey" => "-----BEGIN RSA PRIVATE KEY-----
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue