Send a system message before launching GUI.
This commit is contained in:
@@ -164,6 +164,7 @@ public class GameServer
|
||||
// GUI
|
||||
if (!GraphicsEnvironment.isHeadless())
|
||||
{
|
||||
System.out.println("GameServer: Running in GUI mode.");
|
||||
new Gui();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user