lobby menu

This commit is contained in:
Johannes Schmelz
2024-11-24 21:01:57 +01:00
parent 8b0ef97a82
commit d7df4002da
3 changed files with 14 additions and 18 deletions

View File

@@ -139,7 +139,7 @@ public class ClientGameLogic implements ServerInterpreter, GameEventBroker {
*
* @param msg the message to be sent
*/
void send(ClientMessage msg) {
public void send(ClientMessage msg) {
if (clientSender == null) {
LOGGER.log(Level.ERROR, "trying to send {0} with sender==null", msg); //NON-NLS
} else {