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

RotationPlace false positive when wandering with holding right click to blocks #1585

Open
I-am-ddang opened this issue Jul 7, 2024 · 2 comments
Labels
false positive False positive

Comments

@I-am-ddang
Copy link

Describe the false positive and how to replicate it

https://youtu.be/SxejA2FG_Dc

Grim version

grimac-2.3.65.jar

Server version

Paper 1.20.6-147

Plugins

  • GrimAC
  • spark
@I-am-ddang I-am-ddang added the false positive False positive label Jul 7, 2024
@realduziy
Copy link

This also happens to me on 1.21 server

@I-am-ddang I-am-ddang changed the title RotationPlace false positive when wandering with holding right click in 1.20.6 RotationPlace false positive when wandering with holding right click to blocks Jul 8, 2024
@CAJIO
Copy link

CAJIO commented Jul 9, 2024

I have false positives when right clicking on RotationPlace and DuplicateRotPlace.
Not the best solution, but it helps me:
if (place.getMaterial() == StateTypes.FIRE) return;

Grim version 2.3.66
Purple 1.20.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive False positive
Projects
None yet
Development

No branches or pull requests

3 participants