This commit is contained in:
3alTemp 2024-03-05 04:05:24 -06:00
parent 80a2116ad8
commit e0505d651c
No known key found for this signature in database
GPG Key ID: FC599A8DFAEC706C

View File

@ -185,7 +185,7 @@ class RespawnIcon:
if not self._dec_text:
self._dec_timer = None
return
old_text: str = self._dec_text.node.text
old_text: bs.Lstr | str = self._dec_text.node.text
iterate: int
# Get the following display text using our current one.
try: