fix skin sharing stupidity

This commit is contained in:
Dylan K. Taylor 2019-11-12 07:08:48 -05:00
parent ef8e286277
commit ead572fab9

View File

@ -121,7 +121,9 @@ class NetworkBinaryStream extends BinaryStream{
$this->putBool(false); //isPersona
$this->putBool(false); //isCapeOnClassic
$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{