fix: names and prints

This commit is contained in:
2025-04-01 00:14:28 +02:00
parent 2459dca82e
commit 1837041996
3 changed files with 36 additions and 29 deletions

View File

@@ -38,7 +38,7 @@ public class ClientHandler implements Runnable {
// }
while (running && !socket.isClosed()) {
DatagramPacket packet = Server.receivePacket(socket);
DatagramPacket packet = Server.receivedPacket(socket);
if (packet == null) continue;
String message = new String(