From f44edb83a52d7c411b3f11327e69185688c5d318 Mon Sep 17 00:00:00 2001 From: Ryan <80224521+Rxann@users.noreply.github.com> Date: Thu, 9 May 2024 17:29:03 -0400 Subject: [PATCH] feat: Block Stand elegant crash (#3076) --- src/hooks/protections/script_event_handler.cpp | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/hooks/protections/script_event_handler.cpp b/src/hooks/protections/script_event_handler.cpp index 59c65547..6ae966af 100644 --- a/src/hooks/protections/script_event_handler.cpp +++ b/src/hooks/protections/script_event_handler.cpp @@ -5,14 +5,15 @@ #include "hooking/hooking.hpp" #include "lua/lua_manager.hpp" #include "util/math.hpp" -#include "util/session.hpp" #include "util/script_database.hpp" +#include "util/session.hpp" #include #include #include