mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 15:44:14 +01:00
fix some minor stuff
This commit is contained in:
parent
51db0e54f2
commit
1021cca912
5 changed files with 31 additions and 12 deletions
|
|
@ -95,11 +95,10 @@ public class CachedPlayer
|
|||
{
|
||||
Logger.Debug("Downloading missing files for player " + PlayerName);
|
||||
await _apiController.DownloadFiles(toDownloadReplacements, downloadToken);
|
||||
}
|
||||
|
||||
if (downloadToken.IsCancellationRequested)
|
||||
{
|
||||
return;
|
||||
if (downloadToken.IsCancellationRequested)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
ApplyCharacterData(_cache[_lastAppliedEquipmentHash], moddedPaths);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue