Mid commit for problem solving

This commit is contained in:
2026-06-14 21:07:49 +02:00
parent bac4a6b7f5
commit 4b3a5a5ea3
14 changed files with 23 additions and 22 deletions
@@ -303,7 +303,7 @@ public class ClientLauncherTUI {
/**
* Handles the {@code draw} command, dispatching to the appropriate controller draw method.
*
* @param parts the tokenised command: {@code [draw, upper|lower, tribe|building, pos]}.
* @param parts the tokenized command: {@code [draw, upper|lower, tribe|building, pos]}.
* @param controller the client controller to invoke.
*/
private void handleDraw(String[] parts, ClientController controller) {
@@ -331,7 +331,7 @@ public class ClientLauncherTUI {
/**
* Parses an integer position argument at {@code idx} in {@code parts}.
*
* @param parts the tokenised command array.
* @param parts the tokenized command array.
* @param idx index of the position argument.
* @return the parsed integer, or {@code -1} if missing or malformed.
*/