Changed a line to correct a noise Notification issue
This commit is contained in:
parent
8ee8cd6e4d
commit
b0b2984968
@ -125,7 +125,7 @@ public class JServerProtocolParser {
|
|||||||
break;
|
break;
|
||||||
case Protocol.sendMessageToAllClients:
|
case Protocol.sendMessageToAllClients:
|
||||||
msg = msg.substring(6);
|
msg = msg.substring(6);
|
||||||
h.sendMsgToClient(msg);
|
h.sendMsgToClientsInLobby(msg);
|
||||||
default:
|
default:
|
||||||
System.out.println("Received unknown command");
|
System.out.println("Received unknown command");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user