mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 19:47:21 +01:00
remove requirement to hold ctrl, remove puzzle
This commit is contained in:
parent
9bdbd1c3fa
commit
fafb103ce2
9 changed files with 31 additions and 187 deletions
|
|
@ -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())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue