Fixed typo in ControlACommanderCondition

This commit is contained in:
Alex Vasile 2022-06-25 11:35:38 -04:00
parent 62a8983b48
commit 0e38392722

View file

@ -33,6 +33,6 @@ public enum ControlACommanderCondition implements Condition {
@Override
public String toString() {
return "If a control a commander";
return "If you control a commander";
}
}