-
-
Notifications
You must be signed in to change notification settings - Fork 912
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
Server Spoof and Packet Canceller do not work as expected #4593
Comments
Fast ! I'll check it out when the dev build comes out. |
Shoutout to @19MisterX98 |
Weirdly enough, it still seems to happen with version 0.5.7-2079. I mean, server spoof does correctly report Packet Canceller does not seems to cancel any packets either. |
Nevermind, I was using an old build. It's working as expected now ! |
Describe the bug
When using the "Server Spoof" module, the client still sends unmodified packets to the server.
On the same vein, the "Packet Canceller" module does not block any kind of packets.
This seems to stems from an incorrect pointcut/mixin usage around the
ClientConnectionMixin
. Looking over at what Wurst does (which does not have this issue), they seem to do doing their injection a bit differently than how meteor does. Here's the file in question on their repo. -- Though, as of Wurst 7.42, it does not seem to work either.Sadly, my java-fu is not high enough to suggest a fix, but I can point out this.
Steps to reproduce
minecraft:register
channel. Mods like VoxelMap and Controlify are good candidates.minecraft:register
valueminecraft:register
channel.Meteor Version
0.5.7-2079
Minecraft Version
MC 1.20.6
Operating System
Windows
Before submitting a bug report
This bug wasn't already reported (I have searched bug reports on GitHub).
This is a valid bug (I am able to reproduce this on the latest dev build).
The text was updated successfully, but these errors were encountered: