mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 11:18:01 +00:00
- Removed an empty line.
This commit is contained in:
@@ -1449,7 +1449,6 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
|
|||||||
for (final Byte b : colors) {
|
for (final Byte b : colors) {
|
||||||
colorNamesBuilder.add(MagicColor.toLongString(b.byteValue()));
|
colorNamesBuilder.add(MagicColor.toLongString(b.byteValue()));
|
||||||
}
|
}
|
||||||
|
|
||||||
final ImmutableList<String> colorNames = colorNamesBuilder.build();
|
final ImmutableList<String> colorNames = colorNamesBuilder.build();
|
||||||
if (colorNames.size() > 2) {
|
if (colorNames.size() > 2) {
|
||||||
return MagicColor.fromName(getGui().one(message, colorNames));
|
return MagicColor.fromName(getGui().one(message, colorNames));
|
||||||
|
|||||||
Reference in New Issue
Block a user