From b94157f01b82187291664f891fc03b895165e04a Mon Sep 17 00:00:00 2001 From: Josh Shippam Date: Fri, 13 Dec 2019 02:34:23 +0000 Subject: [PATCH] Remove Accidentally Added Import (#285) --- .../src/com/rebotted/net/packets/impl/Commands.java | 1 - 1 file changed, 1 deletion(-) diff --git a/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java b/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java index 5951724c..a04d02e1 100644 --- a/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java +++ b/2006Redone Server/src/com/rebotted/net/packets/impl/Commands.java @@ -14,7 +14,6 @@ import com.rebotted.game.players.*; import com.rebotted.net.packets.PacketType; import com.rebotted.util.Misc; import com.rebotted.world.clip.Region; -import org.apollo.jagcached.Constants; public class Commands implements PacketType {