remove skin_jlf code

This commit is contained in:
aozhiwei 2021-08-31 11:50:14 +08:00
parent 217cc3f938
commit 08c871d686

View File

@ -89,7 +89,6 @@ class Human : public Creature
MetaData::Player* meta = nullptr;
MetaData::Equip* helmet_meta = nullptr;
MetaData::Equip* chest_meta = nullptr;
MetaData::Dress* skin_jlf_meta = nullptr;
std::string name;
std::string avatar_url;
@ -103,7 +102,6 @@ class Human : public Creature
std::string user_data;
long long last_cmmove_frameno = 0;
bool disconnected = false;
Skin skin_jlf;
int backpack = 0;
int helmet = 0;
int chest = 0;