mirror of
https://github.com/songoda/EpicFarming.git
synced 2025-02-12 18:41:52 +01:00
Removed unused event.
Fixed sound issue on levelup. Crops on a lower level will now work just as well as crops on a higher level. Version increment.
This commit is contained in:
parent
27ca9db717
commit
e63276429e
@ -1,27 +0,0 @@
|
||||
package com.songoda.epicfarming.listeners;
|
||||
|
||||
import com.songoda.epicfarming.utils.Debugger;
|
||||
import org.bukkit.event.EventHandler;
|
||||
import org.bukkit.event.Listener;
|
||||
import org.bukkit.event.entity.EntityDeathEvent;
|
||||
import org.bukkit.event.inventory.InventoryMoveItemEvent;
|
||||
|
||||
public class EntityListeners implements Listener {
|
||||
|
||||
@EventHandler
|
||||
public void onHop(InventoryMoveItemEvent e) {
|
||||
try {
|
||||
|
||||
} catch (Exception ex) {
|
||||
Debugger.runReport(ex);
|
||||
}
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void ondrop(EntityDeathEvent e) {
|
||||
try {
|
||||
} catch (Exception ex) {
|
||||
Debugger.runReport(ex);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user