Fixed the Aura gauge not resetting in chunks that do not have any Aura
This commit is contained in:
parent
c36b7fed9d
commit
bb3081e2a5
2 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,9 @@ public class GenericHandler
|
|||
if (holder != null)
|
||||
{
|
||||
BloodMagicPacketHandler.sendTo(new DemonAuraPacketProcessor(holder), (EntityPlayerMP) player);
|
||||
} else
|
||||
{
|
||||
BloodMagicPacketHandler.sendTo(new DemonAuraPacketProcessor(new DemonWillHolder()), (EntityPlayerMP) player);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue