From 5bf13ab75c372051e60ba341328a47e4813ab54d Mon Sep 17 00:00:00 2001 From: TheLX5 Date: Fri, 5 Apr 2024 21:06:25 -0700 Subject: [PATCH] Update worlds/AutoSNIClient.py Co-authored-by: Doug Hoskisson --- worlds/AutoSNIClient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/AutoSNIClient.py b/worlds/AutoSNIClient.py index 69bb686f0cb2..b79d4dece1e2 100644 --- a/worlds/AutoSNIClient.py +++ b/worlds/AutoSNIClient.py @@ -84,6 +84,6 @@ async def deathlink_kill_player(self, ctx: SNIContext) -> None: """ override this with implementation to kill player """ pass - def on_package(self, ctx: SNIContext, cmd: str, args: dict) -> None: + def on_package(self, ctx: SNIContext, cmd: str, args: Dict[str, Any]) -> None: """ override this with code to handle packages from the server """ pass