replaced apostrophes

This commit is contained in:
Evan Kranzler 2018-06-06 22:39:16 -04:00
parent 1ed85cef4d
commit c4a0d9f916
165 changed files with 286 additions and 286 deletions

View file

@ -198,8 +198,8 @@ public class Modes extends LinkedHashMap<UUID, Mode> {
// 700.2d
// Some spells and abilities specify that a player other than their controller chooses a mode for it.
// In that case, the other player does so when the spell or abilitys controller normally would do so.
// If there is more than one other player who could make such a choice, the spell or abilitys controller decides which of those players will make the choice.
// In that case, the other player does so when the spell or ability's controller normally would do so.
// If there is more than one other player who could make such a choice, the spell or ability's controller decides which of those players will make the choice.
UUID playerId = null;
if (modeChooser == TargetController.OPPONENT) {
TargetOpponent targetOpponent = new TargetOpponent();