mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 18:28:00 +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) {
|
||||
colorNamesBuilder.add(MagicColor.toLongString(b.byteValue()));
|
||||
}
|
||||
|
||||
final ImmutableList<String> colorNames = colorNamesBuilder.build();
|
||||
if (colorNames.size() > 2) {
|
||||
return MagicColor.fromName(getGui().one(message, colorNames));
|
||||
|
||||
Reference in New Issue
Block a user