mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +00:00
Some protocol changes for 1.1.0.0
This commit is contained in:
@ -34,7 +34,8 @@ class PlayStatusPacket extends DataPacket{
|
||||
const LOGIN_FAILED_SERVER = 2;
|
||||
const PLAYER_SPAWN = 3;
|
||||
const LOGIN_FAILED_INVALID_TENANT = 4;
|
||||
const LOGIN_FAILED_EDITION_MISMATCH = 5;
|
||||
const LOGIN_FAILED_VANILLA_EDU = 5;
|
||||
const LOGIN_FAILED_EDU_VANILLA = 6;
|
||||
|
||||
public $status;
|
||||
|
||||
|
Reference in New Issue
Block a user