Skip to content

Commit 73e5bc9

Browse files
sapiersapier
sapier
authored and
sapier
committedMay 20, 2014
Add joining player to printed player list
1 parent 09970b7 commit 73e5bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@ PlayerSAO* Server::StageTwoClientInit(u16 peer_id)
12911291
actionstream << *i << " ";
12921292
}
12931293

1294-
actionstream<<std::endl;
1294+
actionstream << player->getName() <<std::endl;
12951295
}
12961296
return playersao;
12971297
}

0 commit comments

Comments
 (0)
Please sign in to comment.