Merge pull request #45 from RoboMWM/patch-10
Make IgnoreMode enum public
This commit is contained in:
commit
af37181bbe
|
|
@ -2662,7 +2662,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
}
|
||||
}
|
||||
|
||||
enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
public enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
|
||||
private String trustEntryToPlayerName(String entry)
|
||||
{
|
||||
|
|
@ -3483,4 +3483,4 @@ public class GriefPrevention extends JavaPlugin
|
|||
claim.isAdminClaim() && claim.parent != null && GriefPrevention.instance.config_pvp_noCombatInAdminSubdivisions ||
|
||||
!claim.isAdminClaim() && GriefPrevention.instance.config_pvp_noCombatInPlayerLandClaims;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user