Skip to content

Commit

Permalink
chore: remove old packets
Browse files Browse the repository at this point in the history
fix: imports
  • Loading branch information
Duzos committed Sep 3, 2024
1 parent 59f1c2c commit 3874bf1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@

import net.fabricmc.fabric.api.client.networking.v1.ClientPlayNetworking;

import mc.duzo.timeless.network.s2c.MarkFiveCaseS2CPacket;
import mc.duzo.timeless.network.s2c.MarkFiveMaskS2CPacket;
import mc.duzo.timeless.network.s2c.UpdateFlyingStatusS2CPacket;

public class ClientNetwork {
static {
ClientPlayNetworking.registerGlobalReceiver(MarkFiveCaseS2CPacket.TYPE, MarkFiveCaseS2CPacket::handle);
ClientPlayNetworking.registerGlobalReceiver(MarkFiveMaskS2CPacket.TYPE, MarkFiveMaskS2CPacket::handle);
ClientPlayNetworking.registerGlobalReceiver(UpdateFlyingStatusS2CPacket.TYPE, UpdateFlyingStatusS2CPacket::handle);
}

Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 3874bf1

Please sign in to comment.