Renamed param 'sourceId' to 'source' in payOrRollback method (#9014)

This commit is contained in:
DeepCrimson 2022-05-30 08:06:58 -07:00 committed by GitHub
parent 9ed04cc3c5
commit a5b7fce429
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*/