mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 07:59:44 +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 _isForceDisableTeleportSafety() {
|
||||
return config.getBoolean("force-disable-teleport-safety");
|
||||
return config.getBoolean("force-disable-teleport-safety", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue