Fixed captive filter and GUI drag bug

This commit is contained in:
Auxilor
2022-11-28 13:57:41 +00:00
parent 7a9e8c5c10
commit b21c5bf3a9
4 changed files with 47 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ public interface Slot extends GUIComponent {
default boolean isAllowedCaptive(@NotNull final Player player,
@NotNull final Menu menu,
@Nullable final ItemStack itemStack) {
return true;
return this.isCaptive(player, menu);
}
/**