fixed omniwrench typo

This commit is contained in:
MachineMuse 2013-09-06 18:50:36 -06:00
parent 0252872b55
commit ca8c595a78

View file

@ -50,9 +50,9 @@ trait ModularCrowbar extends IToolCrowbar {
}
}
// Buildcraft wrench
trait ModularWrench
extends IToolWrench // Buildcraft wrench {
extends IToolWrench {
def canWrench(player: EntityPlayer, x: Int, y: Int, z: Int): Boolean = {
if (player.getCurrentEquippedItem != null && player.getCurrentEquippedItem.getItem.isInstanceOf[IModularItem]) {