Fix crash, fix #414 and fix #411

This commit is contained in:
modmuss50 2016-03-27 18:56:27 +01:00
parent aeb567deb7
commit 1ab2415e40
2 changed files with 8 additions and 2 deletions

View file

@ -399,8 +399,8 @@ public abstract class CableMultipart extends Multipart
}
if (ConfigTechReborn.UninsulatedElectocutionSound)
{
getWorld().playSound(entity.posX, entity.posY, entity.posZ, ModSounds.shock,
SoundCategory.BLOCKS, 0.6F, 1F, false);
// getWorld().playSound(entity.posX, entity.posY, entity.posZ, ModSounds.shock,
// SoundCategory.BLOCKS, 0.6F, 1F, false);
}
if (ConfigTechReborn.UninsulatedElectocutionParticle)
{