mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix rotation for stairs metadata (range:8-15)
This commit is contained in:
parent
7659884e73
commit
fb2e949711
@ -97,6 +97,8 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
||||
case 180:
|
||||
data = wrap(data, 0);
|
||||
data = wrap(data, 4);
|
||||
data = wrap(data, 8);
|
||||
data = wrap(data, 16);
|
||||
return data;
|
||||
|
||||
case 26:
|
||||
|
Loading…
Reference in New Issue
Block a user