added: Check message

This commit is contained in:
2023-03-23 17:51:30 +11:00
parent cb1a475bd5
commit ff4b5d3e8d

View File

@@ -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
}
/**