mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-29 15:55:23 +00:00
avatar = ...
This commit is contained in:
parent
7e2d7a2089
commit
e41c76ebbc
1 changed files with 1 additions and 1 deletions
|
|
@ -1370,7 +1370,7 @@ class AvatarActor(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (keysToDrop.nonEmpty) {
|
if (keysToDrop.nonEmpty) {
|
||||||
avatar.copy(purchaseTimes = avatar.purchaseTimes.removedAll(keysToDrop))
|
avatar = avatar.copy(purchaseTimes = avatar.purchaseTimes.removedAll(keysToDrop))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue