Code cleanup
This commit is contained in:
parent
30ae87d0f3
commit
028b85c43a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import net.minecraftforge.event.entity.item.ItemExpireEvent;
|
|||
public class ItemHandler {
|
||||
|
||||
@SubscribeEvent
|
||||
public static void onItemExpireEvent(final ItemExpireEvent event) {
|
||||
public void onItemExpireEvent(final ItemExpireEvent event) {
|
||||
if (event.entityItem == null) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue