mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-07 02:21:46 +00:00
PlayStatusPacket: add new constant
This commit is contained in:
parent
68638f9779
commit
b333a0e24c
@ -38,6 +38,7 @@ class PlayStatusPacket extends DataPacket{
|
|||||||
public const LOGIN_FAILED_INVALID_TENANT = 4;
|
public const LOGIN_FAILED_INVALID_TENANT = 4;
|
||||||
public const LOGIN_FAILED_VANILLA_EDU = 5;
|
public const LOGIN_FAILED_VANILLA_EDU = 5;
|
||||||
public const LOGIN_FAILED_EDU_VANILLA = 6;
|
public const LOGIN_FAILED_EDU_VANILLA = 6;
|
||||||
|
public const LOGIN_FAILED_SERVER_FULL = 7;
|
||||||
|
|
||||||
/** @var int */
|
/** @var int */
|
||||||
public $status;
|
public $status;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user