mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
unnecessary boxed variable changed to primitive
This commit is contained in:
parent
ccf42570aa
commit
c81ffb1db0
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class OathOfLimDulEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Boolean sacrificeDone = false;
|
||||
boolean sacrificeDone = false;
|
||||
int numberSacrificed = 0;
|
||||
int numberToDiscard = 0;
|
||||
int numberOfControlledPermanents = 0;
|
||||
|
|
Loading…
Reference in a new issue