projects
/
oweals
/
minetest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09970b7
)
Add joining player to printed player list
author
sapier
<Sapier at GMX dot net>
Tue, 20 May 2014 16:09:32 +0000
(18:09 +0200)
committer
sapier
<Sapier at GMX dot net>
Tue, 20 May 2014 16:09:32 +0000
(18:09 +0200)
src/server.cpp
patch
|
blob
|
history
diff --git
a/src/server.cpp
b/src/server.cpp
index d29512d87bb49e832fd7ae743878aefc9fbc9cab..612192d79ab111d6d0c54ff2444db6b3193dce27 100644
(file)
--- a/
src/server.cpp
+++ b/
src/server.cpp
@@
-1291,7
+1291,7
@@
PlayerSAO* Server::StageTwoClientInit(u16 peer_id)
actionstream << *i << " ";
}
- actionstream<<std::endl;
+ actionstream
<< player->getName()
<<std::endl;
}
return playersao;
}