mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 20:42:55 +00:00
wall sign issue
This commit is contained in:
parent
4f7f439a2a
commit
d777b42a48
2 changed files with 4 additions and 3 deletions
|
@ -259,7 +259,7 @@ public class PlotHelper {
|
|||
final PlotWorld plotworld = PlotMain.getWorldSettings(world);
|
||||
final Location loc = manager.getSignLoc(world, plotworld, p);
|
||||
final Block bs = loc.getBlock();
|
||||
if (bs.getType() != Material.WALL_SIGN) {
|
||||
if (bs.getType() == Material.WALL_SIGN) {
|
||||
bs.setType(Material.AIR);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue