mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 05:20:22 -07:00
[ms] Fix database names
This commit is contained in:
parent
3e1f59c1c3
commit
aaba303dd7
1 changed files with 2 additions and 3 deletions
|
|
@ -49,12 +49,11 @@ public final class ServerConstants {
|
||||||
* The administrators.
|
* The administrators.
|
||||||
*/
|
*/
|
||||||
public static final String[] ADMINISTRATORS = {
|
public static final String[] ADMINISTRATORS = {
|
||||||
"ethan",
|
"redsparr0w",
|
||||||
"austin",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
public static final String[] DATABASE_NAMES = {
|
public static final String[] DATABASE_NAMES = {
|
||||||
"keldagr1_server", "keldagr1_global"
|
"server", "global"
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue