diff --git a/Assets/Scripts/Assembly-CSharp/Qoo/Game/KsExec.cs b/Assets/Scripts/Assembly-CSharp/Qoo/Game/KsExec.cs index 45fe76b89..a721abf62 100644 --- a/Assets/Scripts/Assembly-CSharp/Qoo/Game/KsExec.cs +++ b/Assets/Scripts/Assembly-CSharp/Qoo/Game/KsExec.cs @@ -107,10 +107,8 @@ namespace Qoo.Game { if (KsExec.confirmResult) { - GameData.SetParamString("firstname", NameInputKeyboard.InputText, KsExec.editName); - GameData.SetParamString("familyname", NameInputKeyboard.InputTextLastName, KsExec.editLastName); - //GameData.SetParamString("firstname", string.Empty, KsExec.editName); - //GameData.SetParamString("familyname", string.Empty, KsExec.editLastName); + GameData.SetParamString("firstname", string.Empty, KsExec.editName); + GameData.SetParamString("familyname", string.Empty, KsExec.editLastName); NameInputKeyboard.Close(); return true; }