mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-12 16:18:07 -05:00
merge from 2.3
This commit is contained in:
@ -153,6 +153,10 @@ namespace IW4MAdmin.Plugins.Stats
|
|||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -130,7 +130,7 @@ namespace SharedLibraryCore.RCon
|
|||||||
catch (OverflowException)
|
catch (OverflowException)
|
||||||
{
|
{
|
||||||
connectionState.OnComplete.Release(1);
|
connectionState.OnComplete.Release(1);
|
||||||
throw new NetworkException($"Invalid character expected when converting encodings - {parameters}");
|
throw new NetworkException($"Invalid character encountered when converting encodings - {parameters}");
|
||||||
}
|
}
|
||||||
|
|
||||||
byte[] response = null;
|
byte[] response = null;
|
||||||
|
Reference in New Issue
Block a user