#1259: Add Server#isLoggingIPs to get log-ips configuration
By: Doc <nachito94@msn.com>
This commit is contained in:
@@ -686,6 +686,11 @@ public final class CraftServer implements Server {
|
||||
return this.getServer().isNetherEnabled();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isLoggingIPs() {
|
||||
return this.getServer().logIPs();
|
||||
}
|
||||
|
||||
public boolean getWarnOnOverload() {
|
||||
return this.configuration.getBoolean("settings.warn-on-overload");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user