Skip to content

Commit

Permalink
Add joining player to printed player list
Browse files Browse the repository at this point in the history
  • Loading branch information
sapier authored and sapier committed May 20, 2014
1 parent 09970b7 commit 73e5bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server.cpp
Expand Up @@ -1291,7 +1291,7 @@ PlayerSAO* Server::StageTwoClientInit(u16 peer_id)
actionstream << *i << " ";
}

actionstream<<std::endl;
actionstream << player->getName() <<std::endl;
}
return playersao;
}
Expand Down

0 comments on commit 73e5bc9

Please sign in to comment.