Skip to content
Snippets Groups Projects
Commit 168350fb authored by Hai HoDac's avatar Hai HoDac
Browse files

Conflicts solved

parent b8565a90
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ public class Client
chatController = (IChatController) registryServer.lookup("ChatController");
clientController = (IClientController) registryServer.lookup("ClientController");
if (clientController.join(userName, this.chatUpdate))
if (clientController.join(userName, this.chatUpdate, this.drawingUpdate))
{
System.out.println("Connected to server");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment