mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-14 07:30:39 +00:00
Misc
This commit is contained in:
@@ -42,7 +42,7 @@ namespace ArchiSteamFarm.Helpers {
|
||||
|
||||
protected async Task Save() {
|
||||
if (string.IsNullOrEmpty(FilePath)) {
|
||||
throw new ArgumentNullException(nameof(FilePath));
|
||||
throw new InvalidOperationException(nameof(FilePath));
|
||||
}
|
||||
|
||||
if (ReadOnly) {
|
||||
|
||||
Reference in New Issue
Block a user