1
0
Fork 0

Fixed bad variable.

This commit is contained in:
STRWarrior 2014-01-30 21:49:39 +01:00
parent 1a361be44f
commit 550a09020d
1 changed files with 1 additions and 1 deletions

View File

@ -1877,7 +1877,7 @@ void cWSSAnvil::LoadWolfFromNBT(cEntityList & a_Entities, const cParsedNBT & a_N
return;
}
int OwnerIdx = a_NBT.FindChildByName(a_TagIdx, "Owner");
if (TypeIdx < 0)
if (OwnerIdx < 0)
{
return;
}