Block bad game names on server.

This commit is contained in:
lotodore
2010-09-05 00:15:25 +00:00
parent 03be7c2f16
commit 7a1a10abf5
8 changed files with 60 additions and 13 deletions
@@ -863,6 +863,7 @@ void startWindowImpl::networkNotification(int notificationId)
QMessageBox::Close); }
break;
case NTF_NET_JOIN_GAME_NAME_IN_USE:
case NTF_NET_JOIN_GAME_BAD_NAME:
{ changeContentDialogImpl dialog(this, myConfig, CHANGE_INET_GAME_NAME);
dialog.exec();
if(dialog.result() == QDialog::Accepted) {