Fix: suppression du message si qty=0
This commit is contained in:
parent
fa060a06a1
commit
c36b32e5e8
@ -3594,7 +3594,7 @@ export class RdDActor extends Actor {
|
||||
|
||||
if (!vente.quantiteIllimite) {
|
||||
if (vente.quantiteNbLots <= achat.nombreLots) {
|
||||
ChatUtility.removeChatMessageId(chatMessageIdVente);
|
||||
ChatUtility.removeChatMessageId(achat.chatMessageIdVente);
|
||||
}
|
||||
else {
|
||||
vente["properties"] = new RdDItem(vente.item).getProprietes();
|
||||
|
Loading…
Reference in New Issue
Block a user