mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Generic cleanup/reformat.
This commit is contained in:
@@ -29,7 +29,7 @@ public class ItemSign extends Item {
|
||||
CraftWorld craftWorld = ((WorldServer) world).getWorld();
|
||||
CraftServer craftServer = ((WorldServer) world).getServer();
|
||||
org.bukkit.block.Block blockClicked = craftWorld.getBlockAt(i, j, k);
|
||||
//CraftBukkit end
|
||||
// CraftBukkit end
|
||||
|
||||
if (l == 1) {
|
||||
++j;
|
||||
|
Reference in New Issue
Block a user