Skip to content

Commit

Permalink
Update CommonClient.py
Browse files Browse the repository at this point in the history
treble suggestion 1

Co-authored-by: Aaron Wagener <[email protected]>
  • Loading branch information
qwint and alwaysintreble authored May 14, 2024
1 parent e92b841 commit 14b3096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def __init__(self, server_address: typing.Optional[str], password: typing.Option
# execution
self.keep_alive_task = asyncio.create_task(keep_alive(self), name="Bouncy")

if gui_enabled:
if gui_enabled and self.ui_manager is None:
from kvui import GameManager

class TextManager(GameManager):
Expand Down

0 comments on commit 14b3096

Please sign in to comment.