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