3alTemp 2024-03-01 21:42:47 -06:00
parent 020aa8829a
commit 3c4aaa7fc4
No known key found for this signature in database
GPG Key ID: FC599A8DFAEC706C

View File

@ -181,7 +181,7 @@ class RespawnIcon:
offs_extra = -20 offs_extra = -20
return on_right, offs_extra, icons return on_right, offs_extra, icons
def _dec_step(self): def _dec_step(self) -> None:
self._dec_text.node.text = self._dec_text.node.text[:-1] self._dec_text.node.text = self._dec_text.node.text[:-1]
# Kill our timer if the string is nothing. # Kill our timer if the string is nothing.
if self._dec_text.node.text == '': if self._dec_text.node.text == '':