Fix CraftBukkit comments.

This commit is contained in:
Erik Broes
2012-01-12 12:02:39 +01:00
parent 42e473783e
commit 7f079a0cd6
28 changed files with 136 additions and 138 deletions

View File

@@ -104,7 +104,7 @@ public class ItemDoor extends Item {
return false;
}
}
//CraftBukkit end
// CraftBukkit end
world.setTypeIdAndData(i, j + 1, k, block.id, l + 8);
world.suppressPhysics = false;
world.applyPhysics(i, j, k, block.id);