mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-06 00:08:04 +01:00
Remove redundant TeleportIntercept
check
This commit is contained in:
parent
8345c83afd
commit
8f44a8e77a
@ -89,7 +89,7 @@ public class PermissionTools {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (teleporter == null && MultiverseCore.TeleportIntercept) {
|
||||
if (teleporter == null) {
|
||||
teleporter = teleportee;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user