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.