Skip to content

Fix for error not initialized during ExecuteAnimation

in the case where the if statement on line 279 doesn't get hit, error never gets set and the code blows up due to the error object having never been initialized. Causing the server to crash.

Merge request reports