SNIClient: Let clients based on SNIClient monitor packages via on_package method (#3093)

This commit is contained in:
TheLX5
2025-01-06 16:10:23 -07:00
committed by GitHub
parent 07e896508c
commit 3204680662
2 changed files with 7 additions and 0 deletions

View File

@@ -243,6 +243,9 @@ class SNIContext(CommonContext):
# Once the games handled by SNIClient gets made to be remote items,
# this will no longer be needed.
async_start(self.send_msgs([{"cmd": "LocationScouts", "locations": list(new_locations)}]))
if self.client_handler is not None:
self.client_handler.on_package(self, cmd, args)
def run_gui(self) -> None:
from kvui import GameManager