Fixed an issue with ShipWarfareGUI with the ships running away label
This commit is contained in:
@@ -179,7 +179,7 @@ public class ShipWarfareGUI extends Player {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
runAwayOrLeft.setText("No ships ran away");
|
||||||
Random randomValue = new Random();
|
Random randomValue = new Random();
|
||||||
int exitValue = 0;
|
int exitValue = 0;
|
||||||
//Player volley
|
//Player volley
|
||||||
|
|||||||
Reference in New Issue
Block a user