Adds listening sockets to the configuration file (#172)
This commit is contained in:
parent
e17195ca80
commit
f868c34678
10 changed files with 153 additions and 39 deletions
|
|
@ -64,7 +64,7 @@ namespace Server.Json
|
|||
break;
|
||||
|
||||
if (reader.TokenType != JsonTokenType.PropertyName)
|
||||
throw new JsonException("Invalid Json structure for Point3D object");
|
||||
throw new JsonException("Invalid json structure for Point3D object");
|
||||
|
||||
var key = reader.GetString();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue