mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-24 03:25:24 +01:00
Add isRegionSupportEnabled(World) to AbstractListener.
This commit is contained in:
parent
711fe7ad2f
commit
2c81cb2f84
@ -90,4 +90,14 @@ protected WorldConfiguration getWorldConfig(Player player) {
|
|||||||
return getWorldConfig(player.getWorld());
|
return getWorldConfig(player.getWorld());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return whether region support is enabled.
|
||||||
|
*
|
||||||
|
* @param world the world
|
||||||
|
* @return true if region support is enabled
|
||||||
|
*/
|
||||||
|
protected boolean isRegionSupportEnabled(World world) {
|
||||||
|
return getWorldConfig(world).useRegions;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user