From 8035786243442fd05452fe9aba0aa9f5058cffe9 Mon Sep 17 00:00:00 2001 From: slarticodefast <161409025+slarticodefast@users.noreply.github.com> Date: Sat, 28 Feb 2026 00:02:18 +0100 Subject: [PATCH] Mention SolutionChangedEvent in the prediction guide This was changed in https://github.com/space-wizards/space-station-14/pull/42814 --- src/en/ss14-by-example/prediction-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/en/ss14-by-example/prediction-guide.md b/src/en/ss14-by-example/prediction-guide.md index 7e0a1fd23..91ca83a28 100644 --- a/src/en/ss14-by-example/prediction-guide.md +++ b/src/en/ss14-by-example/prediction-guide.md @@ -382,6 +382,8 @@ The most common ones are `GotUnequippedEvent` `GotUnequippedHandEvent` `DroppedEvent` +`SolutionChangedEvent` +`SolutionContainerChangedEvent` ## Predicted update loop example A lot of old code is accumulating frametime inside update loops to decide when to next run it.