mirror of
https://github.com/parkervcp/eggs.git
synced 2025-01-06 19:03:02 +08:00
Fix some grammer
This commit is contained in:
parent
5343f11315
commit
bdae92e022
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user