Handlers created for VersionInfoMsg and ClientLoginInfoMsg
This commit is contained in:
@@ -55,7 +55,7 @@ public class LoginServer {
|
||||
public static boolean worldServerRunning = false;
|
||||
public static boolean loginServerRunning = false;
|
||||
public static ServerStatusMsg serverStatusMsg = new ServerStatusMsg(0, (byte) 1);
|
||||
private VersionInfoMsg versionInfoMessage;
|
||||
private static VersionInfoMsg versionInfoMessage;
|
||||
|
||||
// This is the entrypoint for the MagicBane Login Server when
|
||||
// it is executed by the command line scripts. The fun begins here!
|
||||
@@ -365,7 +365,7 @@ public class LoginServer {
|
||||
}
|
||||
}
|
||||
|
||||
public VersionInfoMsg getDefaultVersionInfo() {
|
||||
public static VersionInfoMsg getDefaultVersionInfo() {
|
||||
return versionInfoMessage;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user