Make IgnoreMode enum public
This commit is contained in:
parent
f935806b45
commit
5779a7b223
|
|
@ -2636,7 +2636,7 @@ public class GriefPrevention extends JavaPlugin
|
|||
}
|
||||
}
|
||||
|
||||
enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
public enum IgnoreMode {None, StandardIgnore, AdminIgnore}
|
||||
|
||||
private String trustEntryToPlayerName(String entry)
|
||||
{
|
||||
|
|
@ -3457,4 +3457,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