Merge pull request #186 from thatsIch/Return

Removes unnecessary returns
This commit is contained in:
Chris
2014-09-29 17:58:58 -07:00
6 changed files with 2 additions and 24 deletions
@@ -313,6 +313,7 @@ public class ClientHelper extends ServerHelper
case LightningArc:
spawnLightningArc( worldObj, posX, posY, posZ, (Vec3) o );
return;
default:
}
}
}