mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Misc bulletproofing
This commit is contained in:
@@ -259,7 +259,9 @@ public sealed class ArchiWebHandler : IDisposable {
|
||||
throw new InvalidOperationException(nameof(ASF.InventorySemaphore));
|
||||
}
|
||||
|
||||
language ??= "english";
|
||||
if (string.IsNullOrEmpty(language)) {
|
||||
language = "english";
|
||||
}
|
||||
|
||||
ulong startAssetID = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user