mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Added basic resource-pack response handling, fixed sounds, broadcast sounds received from client
There are still a lot of sounds which do not work, these are supposed to be sent by the server and will be fixed at a later date.
This commit is contained in:
@ -40,7 +40,7 @@ class LoginPacket extends DataPacket{
|
||||
public $serverAddress;
|
||||
|
||||
public $skinId;
|
||||
public $skin = null;
|
||||
public $skin = "";
|
||||
|
||||
public $clientData = [];
|
||||
|
||||
|
Reference in New Issue
Block a user