mirror of
https://github.com/OvercastNetwork/ProjectAres.git
synced 2025-04-11 22:56:08 +02:00
fix standalone pgm
This commit is contained in:
parent
341a55ef37
commit
e2ed8682ff
@ -39,7 +39,7 @@ public class MinecraftApiConfigurationImpl implements MinecraftApiConfiguration
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean publishIp() {
|
public boolean publishIp() {
|
||||||
return config.getBoolean("server.publishIp", true);
|
return config.getBoolean("server.publishIp", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user