Archiviert
13
0

Add renamed OPEN_SIGN_ENTITY packet for backwards compat

Fixes #243
Dieser Commit ist enthalten in:
Dan Mulloy 2016-07-25 13:47:56 -04:00
Ursprung 1bdd200794
Commit 97430a8e42

Datei anzeigen

@ -222,6 +222,12 @@ public class PacketType implements Serializable, Cloneable, Comparable<PacketTyp
@Deprecated
public static final PacketType STATISTICS = STATISTIC.deprecated();
/**
* @deprecated Renamed to {@link OPEN_SIGN_EDITOR}
*/
@Deprecated
public static final PacketType OPEN_SIGN_ENTITY = OPEN_SIGN_EDITOR.deprecated();
// ----- Replaced in 1.9.4
/**