Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
Update ProtocolInfo.java (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erkam246 authored and HoverEpic committed Jan 4, 2018
1 parent 50f9f46 commit f151ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/dragonet/proxy/protocol/ProtocolInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ public class ProtocolInfo {
* Current Minecraft PE version reported by the server. This is usually the
* earliest currently supported version.
*/
public static final String MINECRAFT_VERSION = "v1.2.7";
public static final String MINECRAFT_VERSION = "v1.2.8";
/**
* Version number sent to clients in ping responses.
*/
public static final String MINECRAFT_VERSION_NETWORK = "1.2.7";
public static final String MINECRAFT_VERSION_NETWORK = "1.2.8";

public static final byte LOGIN_PACKET = (byte) 0x01;
public static final byte PLAY_STATUS_PACKET = (byte) 0x02;
Expand Down

0 comments on commit f151ae1

Please sign in to comment.