X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnetwork.c;h=914f4971b2fdf9686d572d0aafb31bb1ebc2deaf;hb=a047db7b385f7523ca97deb21fdc504f34a80c7e;hp=73a13b1f8ab3032962e7b46a57fa048452fce944;hpb=74c0f7de91268e40d15948f473eac51a9760b9c0;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); }