remove requirement to hold ctrl, remove puzzle
This commit is contained in:
@@ -164,6 +164,8 @@ public class CachedPlayer
|
||||
//Logger.Verbose(JsonConvert.SerializeObject(_cachedData, Formatting.Indented));
|
||||
while ((toDownloadReplacements = TryCalculateModdedDictionary(out moddedPaths)).Count > 0 && attempts++ <= 10)
|
||||
{
|
||||
downloadId = _apiController.GetDownloadId();
|
||||
|
||||
Logger.Debug("Downloading missing files for player " + PlayerName + ", kind: " + objectKind);
|
||||
if (toDownloadReplacements.Any())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user