mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-13 09:19:42 +00:00
fix skin sharing stupidity
This commit is contained in:
parent
ef8e286277
commit
ead572fab9
@ -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{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user