Fix issue with Isperia's effect's copy() method

This commit is contained in:
L_J 2018-08-17 19:31:42 +00:00 committed by GitHub
parent a3ffddcbdd
commit 019f833f29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@ class IsperiaTheInscrutableEffect extends OneShotEffect {
}
@Override
public Effect copy() {
public IsperiaTheInscrutableEffect copy() {
return new IsperiaTheInscrutableEffect(this);
}
}