mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +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_VANILLA_EDU = 5;
|
||||
public const LOGIN_FAILED_EDU_VANILLA = 6;
|
||||
public const LOGIN_FAILED_SERVER_FULL = 7;
|
||||
|
||||
/** @var int */
|
||||
public $status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user