implement all TODOs

This commit is contained in:
2026-06-07 19:46:31 +04:30
parent 89a7be30f4
commit 4a616ef007
4 changed files with 44 additions and 1 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ public class ClientHandler implements Runnable {
}
private void requestUsername() throws IOException {
out.println("Enter your username:");
out.println("Enter your username: ");
username = in.readLine();
if (username == null || username.trim().isEmpty()) {
username = "Anonymous";