mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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) {
|
||||
block.setType(Material.valueOf("WALL_SIGN"), false);
|
||||
} else if (PaperLib.getMinecraftVersion() == 14) {
|
||||
block.setType(Material.OAK_WALL_SIGN, false);
|
||||
} else {
|
||||
block.setType(Material.valueOf("OAK_WALL_SIGN"), false);
|
||||
}
|
||||
final Directional sign = (Directional) block.getBlockData();
|
||||
sign.setFacing(facing);
|
||||
|
Loading…
Reference in New Issue
Block a user