From a4f3b94e9ba8b0d689b45ee2668487e9c33e98f3 Mon Sep 17 00:00:00 2001 From: Sainan <63328889+Sainan@users.noreply.github.com> Date: Tue, 20 May 2025 11:54:24 +0200 Subject: [PATCH 1/2] fix: provide response for FocusOperation.ActivateWay --- src/controllers/api/focusController.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/controllers/api/focusController.ts b/src/controllers/api/focusController.ts index de892829..90b55a2e 100644 --- a/src/controllers/api/focusController.ts +++ b/src/controllers/api/focusController.ts @@ -64,7 +64,9 @@ export const focusController: RequestHandler = async (req, res) => { } ); - res.end(); + res.json({ + FocusUpgrade: { ItemType: focusType } + }); break; } case FocusOperation.UnlockUpgrade: { -- 2.47.2 From 1b0129cbe09e107d4c0f1d1186fd64096aaa5f00 Mon Sep 17 00:00:00 2001 From: Animan8000 Date: Wed, 18 Jun 2025 10:56:22 -0700 Subject: [PATCH 2/2] chore: Add note that GH should not be used for issues or PRs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc57e796..7685a568 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ More information for the moment here: [https://discord.gg/PNNZ3asUuY](https://di This project is in active development at . -To get an idea of what functionality you can expect to be missing [have a look through the issues](https://onlyg.it/OpenWF/SpaceNinjaServer/issues?q=&type=all&state=open&labels=-4%2C-10&milestone=0&assignee=0&poster=). However, many things have been implemented and *should* work as expected. Please open an issue for anything where that's not the case and/or the server is reporting errors. +To get an idea of what functionality you can expect to be missing [have a look through the issues](https://onlyg.it/OpenWF/SpaceNinjaServer/issues?q=&type=all&state=open&labels=-4%2C-10&milestone=0&assignee=0&poster=). However, many things have been implemented and *should* work as expected. Please open an issue for anything where that's not the case and/or the server is reporting errors. **Don't use GitHub for opening any issues or pull requests! Use the link above instead.** ## config.json -- 2.47.2