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