1
This commit is contained in:
parent
dc87640319
commit
ab50308220
@ -170,7 +170,7 @@ void Room::AddPlayer(Player* hum)
|
||||
accountid_hash_[hum->account_id] = hum;
|
||||
human_hash_[hum->entity_uniid] = hum;
|
||||
++alive_count_;
|
||||
++App::Instance()->perf.alive_count,
|
||||
++App::Instance()->perf.alive_count;
|
||||
grid_service.AddHuman(hum);
|
||||
hum->FindLocation();
|
||||
hum->RefreshView();
|
||||
|
Loading…
x
Reference in New Issue
Block a user