From b9abf0b683606c2e6c932c851edecbf435ba68b2 Mon Sep 17 00:00:00 2001 From: "Kristian S. Stangeland" Date: Tue, 4 Dec 2012 00:19:55 +0100 Subject: [PATCH] Incrementing to 1.7.1 --- ProtocolLib/pom.xml | 2 +- .../com/comphenix/protocol/wrappers/WrappedDataWatcher.java | 1 - ProtocolLib/src/main/resources/plugin.yml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ProtocolLib/pom.xml b/ProtocolLib/pom.xml index 0c3e3732..1b769aac 100644 --- a/ProtocolLib/pom.xml +++ b/ProtocolLib/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.comphenix.protocol ProtocolLib - 1.7.1-SNAPSHOT + 1.7.1 jar Provides read/write access to the Minecraft protocol. diff --git a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedDataWatcher.java b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedDataWatcher.java index fd2087ba..0342e47c 100644 --- a/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedDataWatcher.java +++ b/ProtocolLib/src/main/java/com/comphenix/protocol/wrappers/WrappedDataWatcher.java @@ -22,7 +22,6 @@ import com.comphenix.protocol.reflect.FieldUtils; import com.comphenix.protocol.reflect.FuzzyReflection; import com.google.common.base.Objects; -import net.minecraft.server.ChunkCoordinates; import net.minecraft.server.DataWatcher; import net.minecraft.server.WatchableObject; diff --git a/ProtocolLib/src/main/resources/plugin.yml b/ProtocolLib/src/main/resources/plugin.yml index d96bf284..69f13146 100644 --- a/ProtocolLib/src/main/resources/plugin.yml +++ b/ProtocolLib/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: ProtocolLib -version: 1.7.1-SNAPSHOT +version: 1.7.1 description: Provides read/write access to the Minecraft protocol. author: Comphenix website: http://www.comphenix.net/ProtocolLib