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

Bracket was missing (No idea how the IDE did not pick this up...)

This commit is contained in:
BuildTools 2016-11-13 19:29:04 +01:00
parent 62aa6e034a
commit 7e1238fe83

View File

@ -171,4 +171,6 @@ public class AncientAltarListener implements Listener {
e.setCancelled(true); e.setCancelled(true);
e.getItem().remove(); e.getItem().remove();
} }
}
} }