mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-21 23:53:36 +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) {
|
||||
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