Skip to content

Commit 4f641e6

Browse files
committed
remove SendPlayerPacketIn (send_to mech transfer)
1 parent 09bfb35 commit 4f641e6

File tree

2 files changed

+0
-52
lines changed

2 files changed

+0
-52
lines changed

src/main/java/com/denizenscript/depenizen/bungee/DepenizenBungee.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public DepenizenConnection getConnectionByName(String name) {
6363

6464
public void registerPackets() {
6565
packets.put(1, new KeepAlivePacketIn());
66-
packets.put(10, new SendPlayerPacketIn());
6766
packets.put(MyInfoPacketIn.PACKET_ID, new MyInfoPacketIn());
6867
packets.put(12, new ControlProxyPingPacketIn());
6968
packets.put(13, new ProxyPingResultPacketIn());

src/main/java/com/denizenscript/depenizen/bungee/packets/in/SendPlayerPacketIn.java

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)