mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-04-30 13:51:41 -04:00
Another crash fix
This commit is contained in:
parent
5846ab1cb9
commit
fe30cf39e1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue