Skip to content

Commit

Permalink
Fixed build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor W committed Jan 5, 2018
1 parent 945a1fc commit 4a50601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hawkchat/Client/LoginWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public LoginWindow()
private ClientModel GetSenderInfo(ulong id)
{

return null;

}

Expand All @@ -82,7 +82,7 @@ private void Client_DataReceived(object sender, SimpleTCP.Message e)
case "NEWCHAT":
ulong RequesterID = ulong.Parse(json["requesterid"].ToString());


break;

case "ENABLEMESSAGING":
mainWindow.ReceivedEnableMessaging();
Expand Down

0 comments on commit 4a50601

Please sign in to comment.