Skip to content

Commit

Permalink
Update worlds/AutoSNIClient.py
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Hoskisson <[email protected]>
  • Loading branch information
TheLX5 and beauxq authored Apr 6, 2024
1 parent 767a7d0 commit 5bf13ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/AutoSNIClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5bf13ab

Please sign in to comment.