Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Mar 11, 2024
1 parent 8d20f4f commit c9a44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/wdsj/asw/setting/PluginSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public class PluginSettings implements SettingsHolder {
"Whether to enable NPC compatibility (supports Leaves NPC)"})
public static final Property<Boolean> NAME_IGNORE_NPC = newProperty("Name.ignoreNPC", true);
@Comment({"替换还是取消(replace/cancel)",
"Replace or cancel (replace/cancel"})
"Replace or cancel (replace/cancel)"})
public static final Property<String> ITEM_METHOD = newProperty("Item.method", "replace");
@Comment({"存在敏感词时是否发送消息提醒",
"Whether to send a message alert when sensitive words are found"})
Expand Down

0 comments on commit c9a44f6

Please sign in to comment.