Fix some grammer

This commit is contained in:
Quinten 2024-01-10 18:29:26 +01:00 committed by GitHub
parent 5343f11315
commit bdae92e022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,14 @@ You need to get your own AUTH token to run this server generated by an offical c
[Docs](https://moddocs.bannerlord.com/multiplayer/hosting_server/#generating-a-token)
## IPV6
Because something is wrong with there server you will be ubanble to join as there IPV6 logic is broken (even if you dot not have IPV6).
To fix this go to `bin/Linux64_Shipping_Server`, open the `TaleWorlds.Starter.DotNetCore.Linux.runtimeconfig.json` file and add:
Because something is wrong with their server, you will be unable to join as their IPV6 logic is broken (even if you don't have IPV6).
To fix this, go to `bin/Linux64_Shipping_Server`, open the `TaleWorlds.Starter.DotNetCore.Linux.runtimeconfig.json` file and add:
```json
"System.Net.DisableIPv6": true
```
To the `configProperties` object.
Your file should then look something like this:
```json
{
"runtimeOptions": {