1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Removed else return (line 192)

This commit is contained in:
Redemption 2017-11-22 20:34:57 +01:00 committed by GitHub
parent 9ad714601b
commit 0eb52e6627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -189,7 +189,7 @@ public class AncientAltarListener implements Listener {
if(item.getName().equalsIgnoreCase("ANCIENT_PEDESTAL")) { if(item.getName().equalsIgnoreCase("ANCIENT_PEDESTAL")) {
Messages.local.sendTranslation(e.getPlayer(), "messages.cant-place", true); Messages.local.sendTranslation(e.getPlayer(), "messages.cant-place", true);
e.setCancelled(true); e.setCancelled(true);
} else return; }
} }
} }