Remove old events that are not used anymore
This commit is contained in:
parent
20a756277d
commit
a9885635c1
1 changed files with 0 additions and 6 deletions
|
@ -8,10 +8,4 @@ import net.minecraftforge.eventbus.api.SubscribeEvent;
|
|||
|
||||
public class NetworkEvents
|
||||
{
|
||||
@SubscribeEvent
|
||||
public void onRegisterPackets(RegisterPacketsEvent ev)
|
||||
{
|
||||
ev.packets.add(new S2CWalletUpdatedPacket());
|
||||
ev.packets.add(new S2CWalletInitialSyncPacket());
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue