fix crash while strider dies with rider

This commit is contained in:
epCode 2021-03-24 19:34:12 -07:00
parent 075878b4c3
commit b2be1326d3
1 changed files with 2 additions and 2 deletions

View File

@ -142,11 +142,11 @@ local strider = {
self.saddle = "yes"
self.tamed = true
self.drops = {
{name = mobs_mc.string,
{name = "mcl_mobitems:string",
chance = 1,
min = 1,
max = 3,},
{name = mobs_mc.items.saddle,
{name = "mcl_mobitems:saddle",
chance = 1,
min = 1,
max = 1,},