Skip to content

Commit

Permalink
match core update
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed May 1, 2022
1 parent 97ab35f commit 525ced2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -147,7 +147,7 @@ public String toString() {
return identify();
}

public static Warning oldCuboidTag = new SlowWarning("The tag 'WorldGuardRegionTag.cuboid' is deprecated in favor of the '.area' equivalent.");
public static Warning oldCuboidTag = new SlowWarning("worldguardregionCuboid", "The tag 'WorldGuardRegionTag.cuboid' is deprecated in favor of the '.area' equivalent.");

@Override
public String getAttribute(Attribute attribute) {
Expand Down
Expand Up @@ -60,7 +60,7 @@ public User getUser() {
return ((Essentials) EssentialsBridge.instance.plugin).getUser(player.getUUID());
}

public static SlowWarning oldHomesTag = new SlowWarning("The tag 'list_homes' from Depenizen/Essentials is deprecated: use 'essentials_homes' (now a MapTag).");
public static SlowWarning oldHomesTag = new SlowWarning("essentialsListHomes", "The tag 'list_homes' from Depenizen/Essentials is deprecated: use 'essentials_homes' (now a MapTag).");

PlayerTag player;

Expand Down

0 comments on commit 525ced2

Please sign in to comment.