This commit is contained in:
aozhiwei 2019-04-16 18:41:53 +08:00
parent e210195867
commit f79fbe1533

View File

@ -32,7 +32,7 @@ Player* PlayerMgr::CreatePlayerByCMJoin(int socket, const cs::CMJoin& msg)
hum->use_touch = msg.use_touch();
hum->avatar_url = msg.avatar_url();
hum->energy_shield = msg.energy_shield();
// hum->baseskin = msg.baseskin();
hum->skin = msg.baseskin();
// hum->basemelee = msg.basemelee();
// hum->elo_score = msg.elo_score();
// hum->gmode = msg.gmode();