From 894b6e83d2c8183207b7bb67ca0dc1805cd7c7e0 Mon Sep 17 00:00:00 2001 From: unldenis Date: Wed, 31 Jan 2024 22:27:34 +0100 Subject: [PATCH] 3.0.1: removed log --- README.MD | 8 ++------ pom.xml | 2 +- src/main/java/org/holoeasy/packet/spawn/SpawnPacketC.kt | 2 -- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.MD b/README.MD index 266459b..32270f4 100644 --- a/README.MD +++ b/README.MD @@ -11,24 +11,20 @@ HoloEasy is a simple, modern and high-performant Java and Kotlin Minecraft Holog * ProtocolLib installed on your server ### Add dependency - -> [!WARNING] -> If you're having trouble with Jitpack you can always find the build here. - #### Maven ```xml com.github.unldenis holoeasy - 3.0.0 + 3.0.1 ``` #### Gradle ```kotlin -implementation("com.github.unldenis:holoeasy:3.0.0") +implementation("com.github.unldenis:holoeasy:3.0.1") ``` Make sure you include the repository as well. diff --git a/pom.xml b/pom.xml index 543a901..f0ab95d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.holoeasy holoeasy - 3.0.0 + 3.0.1 1.8 diff --git a/src/main/java/org/holoeasy/packet/spawn/SpawnPacketC.kt b/src/main/java/org/holoeasy/packet/spawn/SpawnPacketC.kt index 0e90a06..9774b13 100644 --- a/src/main/java/org/holoeasy/packet/spawn/SpawnPacketC.kt +++ b/src/main/java/org/holoeasy/packet/spawn/SpawnPacketC.kt @@ -21,8 +21,6 @@ object SpawnPacketC : ISpawnPacket { override fun spawn(entityId: Int, entityType: EntityType, location: Location, plugin: Plugin?): PacketContainer { val extraData = 1 - println("$entityId $entityType ${location.y}") - if(entityType == EntityType.ARMOR_STAND) { return packet(PacketType.Play.Server.SPAWN_ENTITY_LIVING) { modifier.writeDefaults()