9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-31 04:46:37 +00:00

更新库

This commit is contained in:
XiaoMoMi
2025-05-17 19:32:50 +08:00
parent 42e142a7bb
commit 7616520cbd
2 changed files with 2 additions and 2 deletions

View File

@@ -334,7 +334,7 @@ public class BukkitCraftEngine extends CraftEngine {
if (this.antiGrief == null) {
this.antiGrief = AntiGriefLib.builder(this.bootstrap)
.ignoreOP(true)
.silentLogs(true)
.silentLogs(false)
.build();
}
return this.antiGrief;