Adds listening sockets to the configuration file (#172)

This commit is contained in:
Kamron Batman 2020-07-03 20:45:37 -07:00 committed by GitHub
parent e17195ca80
commit f868c34678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 153 additions and 39 deletions

View file

@ -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();