- Removed a useless line from the previous commit.

This commit is contained in:
Agetian
2017-12-05 08:57:13 +00:00
parent c9a64b8e96
commit b6b8b9440f

View File

@@ -198,7 +198,6 @@ public abstract class ReplacementEffect extends TriggerReplacementBase {
*/
@Override
public String toString() {
String desc = this.getMapParams().get("Description");
if (this.getMapParams().containsKey("Description") && !this.isSuppressed()) {
return AbilityUtils.applyDescriptionTextChangeEffects(this.getMapParams().get("Description"), this);
} else {