update database, default clan, sql stuff

This commit is contained in:
RedSparr0w 2019-11-06 13:37:45 +13:00
parent 13171d3d78
commit 0c326b548e
7 changed files with 130 additions and 329 deletions

View file

@ -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",
};
/**