mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 16:10:41 +00:00
Remove no longer needed debugging leftover
Since interactive console is much more convenient to debug with, this no longer serves any purpose
This commit is contained in:
@@ -91,7 +91,7 @@ public static class ASF {
|
||||
throw new ArgumentOutOfRangeException(nameof(steamID));
|
||||
}
|
||||
|
||||
return (steamID == GlobalConfig?.SteamOwnerID) || (Debugging.IsDebugBuild && (steamID == SharedInfo.ArchiSteamID));
|
||||
return steamID == GlobalConfig?.SteamOwnerID;
|
||||
}
|
||||
|
||||
internal static string GetFilePath(EFileType fileType) {
|
||||
|
||||
Reference in New Issue
Block a user