From fe30cf39e11edb1fe0a6f1484a632e935e06470b Mon Sep 17 00:00:00 2001 From: ElCeejo <40281901+ElCeejo@users.noreply.github.com> Date: Tue, 31 May 2022 16:54:00 -0700 Subject: [PATCH] Another crash fix --- mob_meta.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mob_meta.lua b/mob_meta.lua index 9e2bd36..2e0da6f 100644 --- a/mob_meta.lua +++ b/mob_meta.lua @@ -1156,7 +1156,8 @@ function mob:_execute_utilities() end if loop_data.utility and loop_data.args then - if not self._utility_data then + if not self._utility_data + or not self._utility_data.args then self._utility_data = loop_data else local no_data = not self._utility_data.utility and not self._utility_data.args