Allow local/LAN/WAN login-phase connections
Allow clients connecting from different IP domains (local/LAN/WAN) to get past login phase and clean unnecessary local server check.
This commit is contained in:
@@ -44,7 +44,8 @@ public class ServerConfig {
|
||||
|
||||
//Ip Configuration
|
||||
public String HOST;
|
||||
public boolean LOCALSERVER;
|
||||
public String LANHOST;
|
||||
public String LOCALHOST;
|
||||
public boolean GMSERVER;
|
||||
|
||||
//Other configuration
|
||||
|
||||
Reference in New Issue
Block a user