Changed a line to correct a noise Notification issue

This commit is contained in:
Seraina 2022-05-01 21:29:11 +02:00
parent 8ee8cd6e4d
commit b0b2984968

View File

@ -125,7 +125,7 @@ public class JServerProtocolParser {
break;
case Protocol.sendMessageToAllClients:
msg = msg.substring(6);
h.sendMsgToClient(msg);
h.sendMsgToClientsInLobby(msg);
default:
System.out.println("Received unknown command");
}