mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-26 16:58:34 +01:00
Fix a crash with filter slots crashing
This commit is contained in:
parent
bc220573e8
commit
65bc4ce327
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ public class SlotFilter extends Slot{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return StackUtil.getNull();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in a new issue