mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Properly set default for force-disable-teleport-safety to false
This commit is contained in:
parent
f995676fad
commit
2f39811a46
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ public class Settings implements net.ess3.api.ISettings {
|
||||||
private boolean forceDisableTeleportSafety;
|
private boolean forceDisableTeleportSafety;
|
||||||
|
|
||||||
private boolean _isForceDisableTeleportSafety() {
|
private boolean _isForceDisableTeleportSafety() {
|
||||||
return config.getBoolean("force-disable-teleport-safety");
|
return config.getBoolean("force-disable-teleport-safety", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue