X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fnetwork.c;fp=src%2Fnetwork.c;h=914f4971b2fdf9686d572d0aafb31bb1ebc2deaf;hb=df11f4a529251a285f3a33946da81623044fef3f;hp=73a13b1f8ab3032962e7b46a57fa048452fce944;hpb=12e44cdc1d38afab5da1ea3057e0c285a7a48356;p=rocksndiamonds.git diff --git a/src/network.c b/src/network.c index 73a13b1f..914f4971 100644 --- a/src/network.c +++ b/src/network.c @@ -300,7 +300,7 @@ static void Handle_OP_YOUR_NUMBER() } if (first_player.nr > MAX_PLAYERS) - Error(ERR_EXIT, "sorry - no more than %d players", MAX_PLAYERS); + Error(ERR_EXIT, "sorry, more than %d players not allowed", MAX_PLAYERS); Error(ERR_NETWORK_CLIENT, "you get client # %d", new_client_nr); }