mirror of
https://github.com/zeshan321/ActionHealth.git
synced 2025-03-10 13:49:07 +01:00
Removed debug message.
This commit is contained in:
parent
612ff04b4d
commit
2aa58f553a
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: ActionHealth
|
||||
main: com.zeshanaslam.actionhealth.Main
|
||||
version: 3.2.9
|
||||
version: 3.3.0
|
||||
softdepend: [PlaceholderAPI, MVdWPlaceholderAPI, WorldGuard]
|
||||
commands:
|
||||
Actionhealth:
|
||||
|
@ -230,7 +230,6 @@ public class HealthUtil {
|
||||
RegionQuery regionQuery = regionContainer.createQuery();
|
||||
ApplicableRegionSet applicableRegions = regionQuery.getApplicableRegions(BukkitAdapter.adapt(location));
|
||||
for (ProtectedRegion region : applicableRegions) {
|
||||
System.out.println(region.getId());
|
||||
if (plugin.settingsManager.regions.contains(region.getId())) {
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user