Password back to blank

This commit is contained in:
dginovker 2019-10-29 22:31:55 -04:00
parent c0f3e8a66b
commit 5b6c07460e
47 changed files with 7 additions and 76 deletions

View file

@ -47,7 +47,7 @@ public final class Server {
if (GameWorld.getSettings().isGui()) {
try {
ConsoleFrame.getInstance().init();
} catch (HeadlessException e) {
} catch (Exception e) {
System.out.println("X11 server missing - launching server with no GUI!");
}
}

View file

@ -80,7 +80,7 @@ public final class ServerConstants {
};
private static String getDatabasePassword() {
return "password123";
return "";
}
/**