mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Fix some reported bugs regarding teleportation. (#3433)
Fixes #3420 Fixes #3430
This commit is contained in:
parent
60f54ee37d
commit
b7f38517ef
5 changed files with 15 additions and 3 deletions
|
@ -157,6 +157,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return forceDisableTeleportSafety;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isAlwaysTeleportSafety() {
|
||||
return config.getBoolean("force-safe-teleport-location", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isTeleportPassengerDismount() {
|
||||
return config.getBoolean("teleport-passenger-dismount", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue