Direct connection option added to Windrose

In the latest build, they have now added the option to have a direct connection/IP instead of P2P, therefore the updated ServerDescription.json file looks like this:

```
{
“Version”: 1,
“DeploymentId”: “0.10.0.3.104-256f9653”,
“ServerDescription_Persistent”:
{
“PersistentServerId”: “”,
“InviteCode”: “”,
“IsPasswordProtected”: false,
“Password”: “”,
“ServerName”: “”,
“WorldIslandId”: “”,
“MaxPlayerCount”: 8,
“UserSelectedRegion”: “”,
“P2pProxyAddress”: “127.0.0.1”,
“UseDirectConnection”: false,
“DirectConnectionServerAddress”: “”,
“DirectConnectionServerPort”: 7777,
“DirectConnectionProxyAddress”: “0.0.0.0”
}
}

```

The template has been updated for this, as well as the Server Guide