forked from 2009Scape/Server
Password back to blank
This commit is contained in:
parent
c0f3e8a66b
commit
5b6c07460e
47 changed files with 7 additions and 76 deletions
|
|
@ -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!");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@ public final class ServerConstants {
|
|||
};
|
||||
|
||||
private static String getDatabasePassword() {
|
||||
return "password123";
|
||||
return "";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue