Skip to content

Commit

Permalink
settings in LibServer is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
afshinamighi committed Oct 1, 2021
1 parent 7bd10fb commit 16e1cfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Networking/DistLibrary/LibServer/LibServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public class Setting
{
public int ServerPortNumber { get; set; }
public int BookHelperPortNumber { get; set; }
public int BserHelperPortNumber { get; set; }
public string BerverIPAddress { get; set; }
public int UserHelperPortNumber { get; set; }
public string ServerIPAddress { get; set; }
public string BookHelperIPAddress { get; set; }
public string UserHelperIPAddress { get; set; }
public int ServerListeningQueue { get; set; }
Expand Down

0 comments on commit 16e1cfb

Please sign in to comment.