1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Merge pull request #24 from John000708/master

Bracket was missing (No idea how the IDE did not pick this up...)
This commit is contained in:
John000708 2016-11-13 19:30:10 +01:00 committed by GitHub
commit 7fb81c8d3c

View File

@ -172,3 +172,5 @@ public class AncientAltarListener implements Listener {
e.getItem().remove();
}
}
}