Removed inaccessible API.

This commit is contained in:
tastybento 2019-08-22 15:21:47 -07:00
parent c671e35661
commit 4d1d9a5098
1 changed files with 0 additions and 2 deletions

View File

@ -219,8 +219,6 @@ public class Warp extends Addon {
}
}
switch(requestLabel) {
case "getSignInfo":
return getWarpSignsManager().getSignInfo(world, uuid);
case "getSortedWarps":
return getWarpSignsManager().getSortedWarps(world);
case "getWarp":