mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-01 08:09:39 +01:00
Remove redundant ChimaeraWing check
Also indent the code
This commit is contained in:
parent
21100de85d
commit
7e67505dfb
@ -53,7 +53,6 @@ public final class ChimaeraWing {
|
||||
long recentlyHurt = mcMMOPlayer.getRecentlyHurt();
|
||||
long lastTeleport = mcMMOPlayer.getLastTeleport();
|
||||
|
||||
if (ItemUtils.isChimaeraWing(inHand)) {
|
||||
if (mcMMOPlayer.getTeleportCommenceLocation() != null) {
|
||||
return;
|
||||
}
|
||||
@ -98,7 +97,6 @@ public final class ChimaeraWing {
|
||||
chimaeraExecuteTeleport();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public static void chimaeraExecuteTeleport() {
|
||||
Player player = mcMMOPlayer.getPlayer();
|
||||
|
Loading…
Reference in New Issue
Block a user