mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 10:53:51 -07:00
@@ -50,12 +50,3 @@
|
||||
world.setTypeAndData(blockposition, (IBlockData) iblockdata.set(BlockRedstoneTorch.LIT, true), 3);
|
||||
}
|
||||
|
||||
@@ -112,7 +139,7 @@
|
||||
}
|
||||
|
||||
private static boolean a(World world, BlockPosition blockposition, boolean flag) {
|
||||
- Object object = (List) BlockRedstoneTorch.b.get(world);
|
||||
+ List<RedstoneUpdateInfo> object = (List) BlockRedstoneTorch.b.get(world); // CraftBukkit - decompile error
|
||||
|
||||
if (object == null) {
|
||||
object = Lists.newArrayList();
|
||||
|
Reference in New Issue
Block a user