Final touch-ups for 1.3

This commit is contained in:
CookieCat
2023-10-19 15:38:33 -04:00
parent d043c0d0f6
commit 8d3aa7e2d2
3 changed files with 15 additions and 9 deletions

View File

@@ -128,10 +128,6 @@ class AHITContext(CommonContext):
if cmd != "PrintJSON":
self.server_msgs.append(encode([args]))
# def on_deathlink(self, data: Dict[str, Any]):
# self.server_msgs.append(encode([data]))
# super().on_deathlink(data)
def run_gui(self):
from kvui import GameManager