why is there a catch all in states D:

This commit is contained in:
dazedanon 2026-02-17 23:19:49 -06:00
parent 0f343419d2
commit 205bd04a70

View file

@ -3719,7 +3719,6 @@ def searchSS(state, pbar):
(r"<STATE_HELP>\n(.*)\n", False),
(r"<ShowHoverState:\s?(.+?)>", False),
(r"<Detail:\s?(.+?)>", False),
(r"(.+)", True),
]
notesBatch = []
notesBatchMap = []