Skip to content

Commit d5d355b

Browse files
author
Meru | m9eenn
authored
Merge pull request #58 from AfnwTeam/feat/bundle
fix: 配布テーブルからバンドルを削除
2 parents 69f2814 + f06c667 commit d5d355b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group = 'net.azisaba.afnw'
6-
version = '1.4.0'
6+
version = '1.4.1'
77

88
repositories {
99
mavenCentral()

src/main/java/net/azisaba/afnw/afnwcore2/commands/AfnwCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ private static boolean isAllowed(Material type) {
5050
case AIR:
5151
case VOID_AIR:
5252
case CAVE_AIR:
53+
case BUNDLE:
5354
return false;
5455
default:
5556
return true;

0 commit comments

Comments
 (0)