From b6dc1311b4640b1b526ff87f15a4e49726396d36 Mon Sep 17 00:00:00 2001 From: NctimeAza <102260794+NctimeAza@users.noreply.github.com> Date: Mon, 29 Aug 2022 02:58:10 +0800 Subject: [PATCH] fix --- cheat-library/src/user/cheat/esp/ESP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat-library/src/user/cheat/esp/ESP.cpp b/cheat-library/src/user/cheat/esp/ESP.cpp index e1102ac..083cc8b 100644 --- a/cheat-library/src/user/cheat/esp/ESP.cpp +++ b/cheat-library/src/user/cheat/esp/ESP.cpp @@ -788,7 +788,7 @@ namespace cheat::feature ADD_FILTER_FIELD(plant, Pinecone); ADD_FILTER_FIELD(plant, Qingxin); ADD_FILTER_FIELD(plant, Radish); - ADD_FILTER_FIELD(plant, RukkhashavaMushrooms); + ADD_FILTER_FIELD(plant, RukkhashavaMushroom); ADD_FILTER_FIELD(plant, SakuraBloom); ADD_FILTER_FIELD(plant, SangoPearl); ADD_FILTER_FIELD(plant, SeaGanoderma);