mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-02-10 00:31:46 +01:00
Removed comment
This commit is contained in:
parent
996d47e203
commit
e4331db836
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user