From 3fa4df51cbc63bb265459925caaaa058f960332f Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:40:04 +0200 Subject: [PATCH] Fix typo --- bootstrapper-manual.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrapper-manual.html b/bootstrapper-manual.html index 1eca8cc..ec02489 100644 --- a/bootstrapper-manual.html +++ b/bootstrapper-manual.html @@ -110,7 +110,7 @@
  • write_patches_metadata_reads_to_ee_log — If true, writes patched metadata reads to EE.log. May degrade performance.
  • HTTP Interface

    -

    While the game is running, the you can visit http://localhost:6155/ to modify some of the above options, access additional features like teleportation, and use scripts.

    +

    While the game is running, you can visit http://localhost:6155/ to modify some of the above options, access additional features like teleportation, and use scripts.

    Command Line Arguments

    The bootstrapper adds the owfServerHost command line argument, which can be used to override the server_host in the config.

    Tunables