Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ghost Placing on blocks when click on cake #12

Closed
ALongStringOfNumbers opened this issue Feb 12, 2021 · 1 comment · Fixed by #16
Closed

Ghost Placing on blocks when click on cake #12

ALongStringOfNumbers opened this issue Feb 12, 2021 · 1 comment · Fixed by #16

Comments

@ALongStringOfNumbers
Copy link
Member

When you click on a cake with an item in your hand, or with an item in your offhand like a torch, the game will show the item being placed before teleporting you via the cake. However, when you return to the cake, there will not be a block placed.

We should figure out a way to prevent this block being placed from being shown.

@Exaxxion
Copy link

I wonder if the code is running on both the server and the client, but not accounting for it properly on the client. This could create a desync where the client thinks the appropriate response is placing a block but the server teleports the player.

serenibyss added a commit to serenibyss/DimensionalEdibles that referenced this issue Mar 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants