Removed comment

This commit is contained in:
Fabrizio La Rosa 2020-08-01 19:46:34 +02:00
parent 996d47e203
commit e4331db836

View File

@ -117,7 +117,7 @@ public class Portal implements Listener {
if (tick == null) return;
PlayerEnterPortalEvent playerEnterPortalEvent = new PlayerEnterPortalEvent(player, player.getLocation()); // TODO Why?? - Fabrimat
PlayerEnterPortalEvent playerEnterPortalEvent = new PlayerEnterPortalEvent(player, player.getLocation());
// Check permissions.
boolean perms = !plugin.getPermissionManager().processPermission(playerEnterPortalEvent,
player, island);