From 120d8d685b953a6f477890b31b0b3ac6b5825029 Mon Sep 17 00:00:00 2001 From: Nairda <38843773+Nairdaa@users.noreply.github.com> Date: Wed, 10 Mar 2021 02:49:53 +0100 Subject: [PATCH] formatting lul --- scripting/eventqueuefix.sp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripting/eventqueuefix.sp b/scripting/eventqueuefix.sp index e2ccd33..3aa8896 100644 --- a/scripting/eventqueuefix.sp +++ b/scripting/eventqueuefix.sp @@ -195,7 +195,9 @@ public MRESReturn DHook_AddEventTwo(Handle hParams) public MRESReturn DHook_AddEventThree(Handle hParams) { if(DHookIsNullParam(hParams, 5)) + { return MRES_Ignored; + } event_t event; DHookGetParamString(hParams, 1, event.target, 64);