Skip to content

Commit b5c4fe9

Browse files
committed
use work-type by default
1 parent 5422270 commit b5c4fe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/maxgamer/quickshop/util/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ public static String getClassPrefix() {
10901090

10911091

10921092
/**
1093-
* Get the sign material using by plugin. With compatiabily process.
1093+
* Get the sign material using by plugin. With compatibly process.
10941094
*
10951095
* @return The material now using.
10961096
*/

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ matcher:
479479
#0= QuickShop item matcher with configurable options below.
480480
#1= Bukkit item matcher, can be more accurate.
481481
#2= Stricter Bukkit matcher, equals method.
482-
work-type: 0
482+
work-type: 1
483483
#For Item
484484
item:
485485
#Should the Plugin check the item damage?

0 commit comments

Comments
 (0)