PlayStatusPacket: add new constant

This commit is contained in:
Dylan K. Taylor 2018-05-10 18:36:14 +01:00
parent 68638f9779
commit b333a0e24c

View File

@ -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;