mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
fix bug in LoginPacketHandler (incorrect metadata array in PlayerInfo)
this was intended to make available things like the deviceOS, input method etc without placing an API requirement for custom implementations to provide such information.
This commit is contained in:
@ -93,7 +93,7 @@ class LoginPacketHandler extends PacketHandler{
|
||||
$packet->clientData[LoginPacket::I_LANGUAGE_CODE],
|
||||
$packet->extraData[LoginPacket::I_XUID],
|
||||
$packet->clientData[LoginPacket::I_CLIENT_RANDOM_ID],
|
||||
$packet->extraData
|
||||
$packet->clientData
|
||||
));
|
||||
|
||||
$ev = new PlayerPreLoginEvent(
|
||||
|
Reference in New Issue
Block a user