mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Fix rotation for stairs metadata (range:8-15)
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user