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:
Dylan K. Taylor
2017-02-28 11:51:00 +00:00
parent 6676029319
commit 425686755b
2 changed files with 39 additions and 39 deletions

View File

@ -40,7 +40,7 @@ class LoginPacket extends DataPacket{
public $serverAddress;
public $skinId;
public $skin = null;
public $skin = "";
public $clientData = [];