Skip to content

Commit f8e463e

Browse files
Add ISCPE constant for Support CPE
Added ISCPE constant for Support CPE flag.
1 parent 9f7f972 commit f8e463e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/main/java/com/github/steveice10/mc/classic/protocol/ClassicConstants.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ public class ClassicConstants {
2121
*/
2222
public static final String USERNAME_KEY = "username";
2323

24+
/**
25+
* Flag key for Support CPE.
26+
* <p>
27+
* Available on both clients, set automatically based on provided isCPE.
28+
*/
29+
public static final String ISCPE = "iscpe";
30+
2431
/**
2532
* Flag key for a session's verification key.
2633
* <p>

0 commit comments

Comments
 (0)