From 8ed7a5ce8df391510280bbf056eea70b423ad743 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 7 Feb 2025 02:14:22 +0100 Subject: [PATCH] Fix typo --- guide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.php b/guide.php index d5dca34..7123ce6 100644 --- a/guide.php +++ b/guide.php @@ -33,7 +33,7 @@ $dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
  • Opening the game's launcher will revert it back to normal.
  • The DLL is fully documented here, but the most important point is that, while the game is running, you can visit http://localhost:61558/ to manage options, cheats, and scripts.

    -

    Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use a public server if you don't need to be able to play offline and don't have full control.

    +

    Next steps: By default, the DLL redirects requests to localhost — meaning the same machine you're playing on — so you'll either need to set up a server or change the server_host to point to a different machine that's already got a server running. You can use a public server if you don't need to be able to play offline and have full control.

    Server Prerequisites