- Removed an empty line.

This commit is contained in:
Agetian
2018-05-02 07:05:07 +03:00
parent ea547dfd4d
commit bbf645bc6b

View File

@@ -1449,7 +1449,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
for (final Byte b : colors) {
colorNamesBuilder.add(MagicColor.toLongString(b.byteValue()));
}
final ImmutableList<String> colorNames = colorNamesBuilder.build();
if (colorNames.size() > 2) {
return MagicColor.fromName(getGui().one(message, colorNames));