From ff6dde83b859bb263f8b1b02f1ba54e5a6fb1565 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Sun, 25 Aug 2024 16:43:14 +1000 Subject: [PATCH] fix feather not being detected (#45) * fix(?) feather not being detected * change feather detection to detect FeatherTweaker --- crashes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crashes.json b/crashes.json index 0fb6b97..447f119 100644 --- a/crashes.json +++ b/crashes.json @@ -304,11 +304,11 @@ }, { "fixtype": 0, - "fix": "Feather client is unsupported and any issues it causes need to be reported to Feather Staff.", + "fix": "Feather Client is unsupported and any issues it causes need to be reported to Feather Staff.", "causes": [ { "method": "contains", - "value": "featherOpt" + "value": "FeatherTweaker" } ] },