projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2bb945
)
changed using network protocol by starting with protocol version check
author
Holger Schemel
<info@artsoft.org>
Mon, 20 Aug 2018 09:14:20 +0000
(11:14 +0200)
committer
Holger Schemel
<info@artsoft.org>
Mon, 20 Aug 2018 09:14:20 +0000
(11:14 +0200)
src/init.c
patch
|
blob
|
history
diff --git
a/src/init.c
b/src/init.c
index 965706fed1c51d46e25e5f60856ef691c318bfe3..ad660e355bcbd3de0c063866c75838e40af502e7 100644
(file)
--- a/
src/init.c
+++ b/
src/init.c
@@
-5631,8
+5631,8
@@
void InitNetworkServer()
}
else
{
- SendToServer_PlayerName(setup.player_name);
SendToServer_ProtocolVersion();
+ SendToServer_PlayerName(setup.player_name);
SendToServer_NrWanted(setup.network_player_nr + 1);
network.connected = TRUE;