Skip to content

Commit

Permalink
[1.10.16]修复MMOItems无法挂钩的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
YufiriaMazenta committed Dec 25, 2024
1 parent c8b6e3e commit 8bd199d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import java.text.SimpleDateFormat
version = "1.10.15"
version = "1.10.16"

plugins {
`java-library`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public String pluginName() {

@Override
public boolean hook() {
return false;
return hookByEnabled();
}
}

0 comments on commit 8bd199d

Please sign in to comment.