mirror of
https://github.com/correl/mage.git
synced 2025-01-12 11:08:01 +00:00
Renamed param 'sourceId' to 'source' in payOrRollback method (#9014)
This commit is contained in:
parent
9ed04cc3c5
commit
a5b7fce429
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ public class ManaCostsImpl<T extends ManaCost> extends ArrayList<T> implements M
|
|||
*
|
||||
* @param ability
|
||||
* @param game
|
||||
* @param sourceId
|
||||
* @param source
|
||||
* @param payingPlayerId
|
||||
* @return true if the cost was paid
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue