Fixed eye of ender crash #4344

Merged
the-real-herowl merged 1 commits from eye_crash_fix into master 2024-05-30 13:17:21 +02:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e69d986578 - Show all commits

View File

@ -22,6 +22,7 @@ minetest.register_entity("mcl_end:ender_eye", {
self._phase = 0
end
end
if not self._luck then self._luck = 0 end
end,
on_step = function(self, dtime)