mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-20 21:40:27 -07:00
update database, default clan, sql stuff
This commit is contained in:
parent
13171d3d78
commit
0c326b548e
7 changed files with 130 additions and 329 deletions
|
|
@ -10,6 +10,11 @@ import org.keldagrim.system.OperatingSystem;
|
|||
*/
|
||||
public final class ServerConstants {
|
||||
|
||||
/**
|
||||
* The port to be used for communications.
|
||||
*/
|
||||
public static final String SERVER_NAME = "RS 2009";
|
||||
|
||||
/**
|
||||
* The port to be used for communications.
|
||||
*/
|
||||
|
|
@ -49,12 +54,14 @@ public final class ServerConstants {
|
|||
* The administrators.
|
||||
*/
|
||||
public static final String[] ADMINISTRATORS = {
|
||||
"ethan",
|
||||
"austin",
|
||||
"ethan",
|
||||
"austin",
|
||||
"redsparr0w",
|
||||
};
|
||||
|
||||
public static final String[] DATABASE_NAMES = {
|
||||
"keldagr1_server", "keldagr1_global"
|
||||
"server",
|
||||
"global",
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue