From e123d28ca1cb6ca39267a4e3b63d34f6db2d7911 Mon Sep 17 00:00:00 2001 From: Weilu Jia Date: Wed, 4 Aug 2021 23:43:40 -0700 Subject: [PATCH] Remove trailing space --- UNSAFE_FEATURES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UNSAFE_FEATURES.md b/UNSAFE_FEATURES.md index 80394db..90da6b3 100644 --- a/UNSAFE_FEATURES.md +++ b/UNSAFE_FEATURES.md @@ -22,6 +22,6 @@ These calls are used for updating your R-Code. ### Known/Possible issues Since this mocks a response back to GGST, the response isn't perfect. It's unknown what parts of the response are actually used by GGST, but most seems pretty static or unused. See `HandleStatsSet()` in `proxy.go`. -It's unknown if other API's expect `/api/statistics/set` to be complete before they get called. In testing GGST didn't behave any differently, but it's still unknown if there are any other side-effects. +It's unknown if other API's expect `/api/statistics/set` to be complete before they get called. In testing GGST didn't behave any differently, but it's still unknown if there are any other side-effects. Can cause your R-Code updates to be lost/corrupt if you close Totsugeki before it finishes uploading your R-Code.