added: Check message

This commit is contained in:
Nathan Woodburn 2023-03-23 17:51:30 +11:00
parent cb1a475bd5
commit ff4b5d3e8d
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

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