You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 07:06:30 +09:00
masterserver sample work
This commit is contained in:
@@ -23,7 +23,7 @@ namespace MSClient
|
||||
|
||||
private void button2_Click(object sender, EventArgs e)
|
||||
{
|
||||
string host = comboBox1.SelectedText;
|
||||
string host = comboBox1.SelectedItem.ToString();
|
||||
Program.RequestNATIntroduction(host);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user