changed event priorities

This commit is contained in:
hyperdefined
2022-10-05 20:46:19 -04:00
parent 1cef74311e
commit bc8496fad4
10 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ public class ChunkPopulate implements Listener {
this.toolStats = toolStats;
}
@EventHandler(priority = EventPriority.LOWEST)
@EventHandler(priority = EventPriority.HIGHEST)
public void onPopulate(ChunkPopulateEvent event) {
if (event.getChunk().getWorld().getEnvironment() != World.Environment.THE_END) {
return;