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

View File

@ -198,7 +198,7 @@ class RespawnIcon:
if iterate >= len(display):
self._dec_timer = None
return
self._dec_text.node.text = display[iter]
self._dec_text.node.text = display[iterate]
def _update(self) -> None:
remaining = int(round(self._respawn_time - bs.time()))