Commit 03f8e8ca authored by nanahira's avatar nanahira

fix

parent 6a006c6e
...@@ -111,10 +111,10 @@ public class RoomList : WindowServantSP ...@@ -111,10 +111,10 @@ public class RoomList : WindowServantSP
string versionString = UIHelper.getByName<UIInput>(Program.I().selectServer.gameObject, "version_").value; string versionString = UIHelper.getByName<UIInput>(Program.I().selectServer.gameObject, "version_").value;
if (versionString == "") if (versionString == "")
{ {
UIHelper.getByName<UIInput>(Program.I().selectServer.gameObject, "version_").value = "0x1348"; UIHelper.getByName<UIInput>(Program.I().selectServer.gameObject, "version_").value = "0x1349";
versionString = "0x1348"; versionString = "0x1349";
} }
Program.I().roomList.hide(); Program.I().roomList.hide();
Program.I().selectServer.KF_onlineGame(Name, ipString, portString, versionString, pswString); Program.I().selectServer.KF_onlineGame(Name, ipString, portString, versionString, pswString);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment