Civcraft / PrisonPearl

Minecraft plugin for civcraft which allows players to imprison other players inside ender pearls
BSD 3-Clause "New" or "Revised" License
4 stars 16 forks source link

Add Missing TagManager for isCombatTag check on CombatTagManager class #65

Closed rourke750 closed 8 years ago

rourke750 commented 9 years ago

Currently only checks CombatTag not CombatTagPlus players if they are combat tagged. Need to add the check.

rourke750 commented 9 years ago

Use CombatTagPlus.getTagManager().isTagged(victim.getUniqueId())

Maxopoly commented 8 years ago

Fixed by https://github.com/Civcraft/PrisonPearl/pull/67