make download ui clickthrough, add option to move it, add forbidden transfers list
This commit is contained in:
@@ -121,6 +121,11 @@ public class CachedPlayer
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if ((TryCalculateModdedDictionary(_cache[_lastAppliedEquipmentHash], out moddedPaths)).All(c => _apiController.ForbiddenTransfers.Any(f => f.Hash == c.Hash)))
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
ApplyCharacterData(_cache[_lastAppliedEquipmentHash], moddedPaths);
|
||||
|
||||
Reference in New Issue
Block a user