Skip to content

Commit

Permalink
Remove UniversalBlockUtils.editSign not needed anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew121410 committed Dec 23, 2023
1 parent f7e6f07 commit c7f51bb
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import org.bukkit.block.data.Openable;
import org.bukkit.block.data.type.Door;
import org.bukkit.block.data.type.Stairs;
import org.bukkit.entity.Player;

import java.util.ArrayList;
import java.util.List;
Expand Down Expand Up @@ -93,9 +92,4 @@ public static List<Block> getNearbyBlocks(Location location, int radius, boolean
public static List<Block> getNearbyBlocks(Location location, int radius) {
return getNearbyBlocks(location, radius, true);
}

public static void editSign(Player player, Sign sign) {
//https://hub.spigotmc.org/stash/projects/SPIGOT/repos/craftbukkit/commits/27a27cdb840880f785b654bbcacb0b4c7c77fad9
player.openSign(sign);
}
}

0 comments on commit c7f51bb

Please sign in to comment.