From e8485d8e21502c9ae11846365583203304c4dac8 Mon Sep 17 00:00:00 2001 From: Immanuel Alvaro Bhirawa Date: Fri, 14 Apr 2023 11:10:08 +1000 Subject: [PATCH] Task 7 [Debug-In-Process], made some progress [1] + pulled upstream Signed-off-by: Immanuel Alvaro Bhirawa --- src/comp1110/ass2/BlueLagoon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp1110/ass2/BlueLagoon.java b/src/comp1110/ass2/BlueLagoon.java index bfe9658..9e7a9c3 100644 --- a/src/comp1110/ass2/BlueLagoon.java +++ b/src/comp1110/ass2/BlueLagoon.java @@ -295,7 +295,7 @@ public class BlueLagoon { i++; } - // Checking the requirement of how many pieces are left + // Checking the requirement of how many pieces are left // switch (numberOfPlayer) { case 4: numberOfSettlersPerPlayer -= 10;