Archiviert
13
0

Added missing open tile entity packet.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2013-07-19 20:03:00 +02:00
Ursprung 51c645928f
Commit 458a92c34a

Datei anzeigen

@ -128,6 +128,7 @@ public final class Packets {
* Remember to clone the packet if you are modifying it. * Remember to clone the packet if you are modifying it.
*/ */
public static final int TILE_ENTITY_DATA = 132; public static final int TILE_ENTITY_DATA = 132;
public static final int OPEN_TILE_ENTITY = 133;
public static final int STATISTIC = 200; public static final int STATISTIC = 200;
public static final int PLAYER_INFO = 201; public static final int PLAYER_INFO = 201;
public static final int ABILITIES = 202; public static final int ABILITIES = 202;