mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Revert PaperLib from later commits too
This commit is contained in:
parent
0ca69d4f03
commit
dc0126b53c
@ -356,8 +356,8 @@ import java.util.Set;
|
|||||||
}
|
}
|
||||||
if (PlotSquared.get().IMP.getServerVersion()[1] == 13) {
|
if (PlotSquared.get().IMP.getServerVersion()[1] == 13) {
|
||||||
block.setType(Material.valueOf("WALL_SIGN"), false);
|
block.setType(Material.valueOf("WALL_SIGN"), false);
|
||||||
} else if (PaperLib.getMinecraftVersion() == 14) {
|
} else {
|
||||||
block.setType(Material.OAK_WALL_SIGN, false);
|
block.setType(Material.valueOf("OAK_WALL_SIGN"), false);
|
||||||
}
|
}
|
||||||
final Directional sign = (Directional) block.getBlockData();
|
final Directional sign = (Directional) block.getBlockData();
|
||||||
sign.setFacing(facing);
|
sign.setFacing(facing);
|
||||||
|
Loading…
Reference in New Issue
Block a user