diff --git a/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/ProtobufPacketUtil.java b/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/ProtobufPacketUtil.java index c131c31a..4810dfcb 100644 --- a/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/ProtobufPacketUtil.java +++ b/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/ProtobufPacketUtil.java @@ -32,7 +32,6 @@ import com.lunarclient.apollo.configurable.v1.ConfigurableSettings; import com.lunarclient.apollo.configurable.v1.OverrideConfigurableSettingsMessage; import com.lunarclient.apollo.example.ApolloExamplePlugin; - import java.util.Arrays; import java.util.List; import java.util.Map; diff --git a/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/listeners/ApolloPlayerProtoListener.java b/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/listeners/ApolloPlayerProtoListener.java index 22587250..1d010b95 100644 --- a/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/listeners/ApolloPlayerProtoListener.java +++ b/bukkit-example/src/main/java/com/lunarclient/apollo/example/proto/listeners/ApolloPlayerProtoListener.java @@ -25,10 +25,10 @@ import com.lunarclient.apollo.example.ApolloExamplePlugin; import com.lunarclient.apollo.example.proto.ProtobufPacketUtil; +import com.lunarclient.apollo.player.v1.UpdatePlayerWorldMessage; import java.util.HashSet; import java.util.Set; import java.util.UUID; -import com.lunarclient.apollo.player.v1.UpdatePlayerWorldMessage; import org.bukkit.Bukkit; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler;