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

Request CheaterDeleter support #31

Closed
d4rkm0nkey opened this issue Apr 16, 2021 · 1 comment
Closed

Request CheaterDeleter support #31

d4rkm0nkey opened this issue Apr 16, 2021 · 1 comment

Comments

@d4rkm0nkey
Copy link

It would be nice if GolfIV and CheaterDeleter would be compatible.
Currently having both mods leads to following warnings

[12:36:40] [Server thread/WARN]: Method overwrite conflict for getX in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for getZ in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for setX in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.
[12:36:40] [Server thread/WARN]: Method overwrite conflict for setZ in golfiv.mixins.json:accessors.EntityPositionS2CPacketAccessor, previously written by io.github.coolmineman.cheaterdeleter.mixin.EntityPositionS2CPacketMixin. Skipping method.

I am not sure if the warnings cause any issues though.

@CoolMineman
Copy link

This is harmless as they both do the same thing.

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

No branches or pull requests

3 participants