mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
- A little tweak in ConquestPlaneSelector.
This commit is contained in:
@@ -132,8 +132,10 @@ public class ConquestPlaneSelector extends FDisplayObject {
|
|||||||
String desc = plane.getDescription();
|
String desc = plane.getDescription();
|
||||||
if (!desc.isEmpty()) {
|
if (!desc.isEmpty()) {
|
||||||
GuiDialog.message(plane.getDescription().replace("\\n", "'\n"), plane.getName());
|
GuiDialog.message(plane.getDescription().replace("\\n", "'\n"), plane.getName());
|
||||||
return true;
|
} else {
|
||||||
|
GuiDialog.message("This plane has no description.", plane.getName());
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user