1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00
This commit is contained in:
TheBusyBiscuit 2021-02-02 09:39:22 +01:00
parent fe42f6fa9f
commit e99a39d2ab
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
#### Changes
#### Fixes
* Fixed #2794
## Release Candidate 20 (30 Jan 2021)

View File

@ -248,7 +248,7 @@ public class AncientAltarListener implements Listener {
}
}
@EventHandler(priority = EventPriority.HIGHEST, ignoreCancelled = true)
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true)
public void onBlockPlace(BlockPlaceEvent e) {
if (altarItem == null || altarItem.isDisabled()) {
return;