mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-20 02:24:45 +00:00
avatar = ...
This commit is contained in:
parent
7e2d7a2089
commit
e41c76ebbc
|
|
@ -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…
Reference in a new issue