Skip to content

Commit

Permalink
fix(clearing): Fix clearing of entities not working (#99)
Browse files Browse the repository at this point in the history
This was a subtle mistake where handlePacket actually returns a buffer instead of whether the packet was rejected.

Fixes #87
  • Loading branch information
popstarfreas authored Apr 24, 2022
1 parent e2a9f2f commit 736d2fb
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 26 deletions.
17 changes: 10 additions & 7 deletions app/node_modules/dimensions/clearutils.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 17 additions & 8 deletions app/node_modules/dimensions/client.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions app/node_modules/dimensions/clientcommandhandler.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions app/node_modules/dimensions/terrariaserverpackethandler.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 736d2fb

Please sign in to comment.