unnecessary boxed variable changed to primitive

This commit is contained in:
MusaBrt 2020-11-18 01:36:20 +03:00 committed by GitHub
parent ccf42570aa
commit c81ffb1db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;