From d20b992f6a03b8d055a025b1936d9a0e565d6217 Mon Sep 17 00:00:00 2001 From: Sainan Date: Fri, 7 Feb 2025 17:39:48 +0100 Subject: [PATCH] Fix inconsistency --- guide.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide.php b/guide.php index 7123ce6..5f85a0e 100644 --- a/guide.php +++ b/guide.php @@ -51,7 +51,7 @@ $dll_version = @file_get_contents("supplementals/client drop-in/latest.txt");
  • Run npm i (or npm install) to install library dependencies
  • Now, to start the server, run npm run dev (if this is too slow on your machine, you can use npm run build followed by npm run start)
  • -

    Update

    +

    Server Update