Fix spurious "This isn't a server order" logging on player disconnect.
This commit is contained in:
committed by
Matthias Mailänder
parent
dcc11c7a41
commit
c77051790a
@@ -31,6 +31,8 @@ namespace OpenRA.Server
|
||||
switch (b = r.ReadByte())
|
||||
{
|
||||
case 0xbf:
|
||||
// Silently ignore disconnect notifications
|
||||
return null;
|
||||
case 0xff:
|
||||
Console.WriteLine("This isn't a server order.");
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user