Add joining player to printed player list
parent
09970b7b6d
commit
73e5bc9c01
|
@ -1291,7 +1291,7 @@ PlayerSAO* Server::StageTwoClientInit(u16 peer_id)
|
|||
actionstream << *i << " ";
|
||||
}
|
||||
|
||||
actionstream<<std::endl;
|
||||
actionstream << player->getName() <<std::endl;
|
||||
}
|
||||
return playersao;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue