mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18: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
|
||||
|
|
Loading…
Reference in a new issue