Send a system message before launching GUI.
This commit is contained in:
parent
7861f0d349
commit
0f36a0da37
@ -176,6 +176,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -180,6 +180,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -182,6 +182,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -182,6 +182,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -164,6 +164,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,6 +66,7 @@ public class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,6 +174,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ public class GameServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("GameServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -67,6 +67,7 @@ public final class LoginServer
|
|||||||
// GUI
|
// GUI
|
||||||
if (!GraphicsEnvironment.isHeadless())
|
if (!GraphicsEnvironment.isHeadless())
|
||||||
{
|
{
|
||||||
|
System.out.println("LoginServer: Running in GUI mode.");
|
||||||
new Gui();
|
new Gui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user