Skip to content

Commit

Permalink
It didn't push the command
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Oct 19, 2024
1 parent 0441338 commit 67f55a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class ParadiseClient_FabricClient implements ClientModInitializer {
*
* <p>The return value is void, as there is no meaningful result to return from this method.
*/

@Override
public void onInitializeClient() {
PayloadTypeRegistry.playC2S().register(VelocityReportPayloadPacket.ID, VelocityReportPayloadPacket.CODEC);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public void init() {
register(new PlayersCommand(minecraftClient));
register(new MotionBlurCommand(minecraftClient));
register(new ToggleTABCommand(minecraftClient));
register(new PurpurExploitCommand(minecraftClient));
register(new AuthMeVelocityBypassCommand(minecraftClient));

DISPATCHER.register(
Expand Down

0 comments on commit 67f55a3

Please sign in to comment.