diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index 5eea44d..3588c77 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -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();