From a68bdfbed070c4750b3689cd2ab9b255b2e5786a Mon Sep 17 00:00:00 2001 From: LWenK Date: Fri, 29 Aug 2025 10:28:36 +0800 Subject: [PATCH 1/2] fix: tooth dependencies --- tooth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooth.json b/tooth.json index 4296e10..b96ba10 100644 --- a/tooth.json +++ b/tooth.json @@ -18,7 +18,7 @@ "label": "", "platform": "win-x64", "dependencies": { - "github.com/GroupMountain/GMLIB": ">=1.4.0", + "github.com/GroupMountain/GMLIB-Release": ">=1.4.0", "github.com/MiracleForest/iListenAttentively-Release": ">=0.7.0" }, "assets": [ From f19b033e4cc3d38d0fd820c3a5c2a30fb2830ec5 Mon Sep 17 00:00:00 2001 From: LWenK Date: Fri, 29 Aug 2025 10:31:05 +0800 Subject: [PATCH 2/2] fix: item_despawn_whitelist no working --- src/Features/Events.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Features/Events.cpp b/src/Features/Events.cpp index 2c34e68..fa9feb9 100644 --- a/src/Features/Events.cpp +++ b/src/Features/Events.cpp @@ -18,7 +18,7 @@ void ListenEvents() { } } if (config.ItemDespawn.Enabled) { - item.lifeTime() = config.ItemDespawn.DespawnTime; + // item.lifeTime() = config.ItemDespawn.DespawnTime; auto list = config.ItemDespawn.WhiteList; auto type = item.item().getTypeName(); for (auto& key : list) {