mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
sugar-sugar syntax
This commit is contained in:
parent
42387fb3c9
commit
ee9b558faf
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ namespace ArchiSteamFarm.Steam.Integration {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (stringReader.Peek() != -1 && messagePart[messagePart.Length-1] != ContinuationCharacter) {
|
||||
if (stringReader.Peek() != -1 && messagePart[^1] != ContinuationCharacter) {
|
||||
messagePart.Append(ParagraphCharacter);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue