Remove redundant `TeleportIntercept` check

This commit is contained in:
Tim Ekl 2011-12-22 09:50:06 -06:00
parent 8345c83afd
commit 8f44a8e77a
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ public class PermissionTools {
return true;
}
if (teleporter == null && MultiverseCore.TeleportIntercept) {
if (teleporter == null) {
teleporter = teleportee;
}