From bdae92e022de4887f78c1d2f79d51f83e88bae49 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Wed, 10 Jan 2024 18:29:26 +0100 Subject: [PATCH] Fix some grammer --- .../steamcmd_servers/mount_blade_II_bannerlord/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/README.md b/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/README.md index 07b21e0c..a86f6c8f 100644 --- a/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/README.md +++ b/game_eggs/steamcmd_servers/mount_blade_II_bannerlord/README.md @@ -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": {