- Applied Chilly's patch to fix excessive name change notifications.
This commit is contained in:
parent
e5d7077d74
commit
7af8b78b9f
2 changed files with 5 additions and 2 deletions
|
|
@ -996,7 +996,10 @@ bool DPlayerMenu::MenuEvent (int mkey, bool fromcontroller)
|
|||
// item specific handling comes here
|
||||
|
||||
case NAME_Playerbox:
|
||||
PlayerNameChanged(li);
|
||||
if (mkey == MKEY_Input)
|
||||
{
|
||||
PlayerNameChanged(li);
|
||||
}
|
||||
break;
|
||||
|
||||
case NAME_Team:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue