mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-19 04:15:04 +00:00
fix skin sharing stupidity
This commit is contained in:
@@ -121,7 +121,9 @@ class NetworkBinaryStream extends BinaryStream{
|
|||||||
$this->putBool(false); //isPersona
|
$this->putBool(false); //isPersona
|
||||||
$this->putBool(false); //isCapeOnClassic
|
$this->putBool(false); //isCapeOnClassic
|
||||||
$this->putString(""); //capeId
|
$this->putString(""); //capeId
|
||||||
$this->putString(""); //fullskinId
|
|
||||||
|
//this has to be unique or the client will do stupid things
|
||||||
|
$this->putString(UUID::fromRandom()->toString()); //full skin ID
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getSkinImage() : SkinImage{
|
private function getSkinImage() : SkinImage{
|
||||||
|
Reference in New Issue
Block a user