rnd-20040123-B-src
[rocksndiamonds.git] / src / network.c
index 73a13b1f8ab3032962e7b46a57fa048452fce944..914f4971b2fdf9686d572d0aafb31bb1ebc2deaf 100644 (file)
@@ -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);
 }