From ff4b5d3e8d1978a36864d117ff730c282fdcdc94 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 23 Mar 2023 17:51:30 +1100 Subject: [PATCH] added: Check message --- src/comp1110/ass2/BlueLagoon.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/comp1110/ass2/BlueLagoon.java b/src/comp1110/ass2/BlueLagoon.java index d8c5c34..0d7604a 100644 --- a/src/comp1110/ass2/BlueLagoon.java +++ b/src/comp1110/ass2/BlueLagoon.java @@ -210,13 +210,11 @@ public class BlueLagoon { newResourcesState += " " + stoneCircleCords[randomIndex]; } -// System.out.println(newResourcesState); - // Replace the old resources state with the new one stateString = stateString.replace("r C B W P S", newResourcesState); - return stateString; // FIXME Task 6 + return stateString; //! Check this before due date } /**