You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-15 14:46:29 +09:00
Invalid warning message about status fixed
This commit is contained in:
@@ -59,6 +59,10 @@ namespace ChatClient
|
||||
s_form.EnableInput();
|
||||
else
|
||||
s_form.DisableInput();
|
||||
|
||||
if (status == NetConnectionStatus.Disconnected)
|
||||
s_form.button2.Text = "Connect";
|
||||
|
||||
string reason = im.ReadString();
|
||||
Output(status.ToString() + ": " + reason);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user