mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
fix potential bug in CostReturn not setting paidHash correctly (is not used at this time I don't think...)
This commit is contained in:
@@ -242,12 +242,12 @@ public class CostReturn extends CostPartWithList {
|
||||
|
||||
public void done() {
|
||||
stop();
|
||||
part.addListToHash(sa, "Returned");
|
||||
payment.paidCost(part);
|
||||
}
|
||||
|
||||
public void cancel() {
|
||||
stop();
|
||||
part.addListToHash(sa, "Returned");
|
||||
payment.cancelCost();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user