Fixed editing Hebre names
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8312 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -185,7 +185,7 @@ void OptionsScreenPlayers::eventCallback(Widget* widget, const std::string& name
|
||||
const int playerAmount = UserConfigParams::m_all_players.size();
|
||||
for (int n=0; n<playerAmount; n++)
|
||||
{
|
||||
if (UserConfigParams::m_all_players[n].getName() == selectedPlayer)
|
||||
if (selectedPlayer == translations->fribidize(UserConfigParams::m_all_players[n].getName()))
|
||||
{
|
||||
if (!(UserConfigParams::m_all_players[n].isGuestAccount()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user