Skip to content

Commit 97430a8

Browse files
committed
Add renamed OPEN_SIGN_ENTITY packet for backwards compat
Fixes #243
1 parent 1bdd200 commit 97430a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/API/src/main/java/com/comphenix/protocol/PacketType.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ public static class Server extends ObjectEnum<PacketType> {
222222
@Deprecated
223223
public static final PacketType STATISTICS = STATISTIC.deprecated();
224224

225+
/**
226+
* @deprecated Renamed to {@link OPEN_SIGN_EDITOR}
227+
*/
228+
@Deprecated
229+
public static final PacketType OPEN_SIGN_ENTITY = OPEN_SIGN_EDITOR.deprecated();
230+
225231
// ----- Replaced in 1.9.4
226232

227233
/**

0 commit comments

Comments
 (0)