added MSG to add new client to the gui of whoever is on the server
This commit is contained in:
parent
111bd67bd4
commit
927416f224
@ -65,6 +65,7 @@ public class JServerProtocolParser {
|
|||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
h.setUsernameOnLogin("U.N. Owen");
|
h.setUsernameOnLogin("U.N. Owen");
|
||||||
}
|
}
|
||||||
|
h.guiUpdateAll(Protocol.printToGUI+"$"+GuiParameters.newPlayerOnServer+"$"+h.getClientUserName());
|
||||||
break;
|
break;
|
||||||
case Protocol.nameChange:
|
case Protocol.nameChange:
|
||||||
h.changeUsername(msg.substring(6));
|
h.changeUsername(msg.substring(6));
|
||||||
|
|||||||
Reference in New Issue
Block a user