fix: names and prints
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user