mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-13 11:15:57 -07:00
Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.
This commit is contained in:
@@ -254,7 +254,7 @@ public class BlockPiston extends Block {
|
||||
return false;
|
||||
} else {
|
||||
if (i != Block.PISTON.id && i != Block.PISTON_STICKY.id) {
|
||||
if (Block.byId[i].l() == -1.0F) {
|
||||
if (Block.byId[i].m() == -1.0F) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user