name input fix
This commit is contained in:
@@ -107,10 +107,8 @@ namespace Qoo.Game
|
|||||||
{
|
{
|
||||||
if (KsExec.confirmResult)
|
if (KsExec.confirmResult)
|
||||||
{
|
{
|
||||||
GameData.SetParamString("firstname", NameInputKeyboard.InputText, KsExec.editName);
|
GameData.SetParamString("firstname", string.Empty, KsExec.editName);
|
||||||
GameData.SetParamString("familyname", NameInputKeyboard.InputTextLastName, KsExec.editLastName);
|
GameData.SetParamString("familyname", string.Empty, KsExec.editLastName);
|
||||||
//GameData.SetParamString("firstname", string.Empty, KsExec.editName);
|
|
||||||
//GameData.SetParamString("familyname", string.Empty, KsExec.editLastName);
|
|
||||||
NameInputKeyboard.Close();
|
NameInputKeyboard.Close();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user