mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-23 19:16:40 +01:00
Remove deprecation on getRegion() in RegionManager.
This commit is contained in:
parent
518d5958c9
commit
76f7ac8d8e
@ -219,7 +219,6 @@ public boolean hasRegion(String id) {
|
||||
*
|
||||
* @param id the name of the region
|
||||
* @return a region or {@code null}
|
||||
* @deprecated use {@link #matchRegion(String)}
|
||||
*/
|
||||
@Nullable
|
||||
public ProtectedRegion getRegion(String id) {
|
||||
|
Loading…
Reference in New Issue
Block a user