Removes unnecessary returns

This commit is contained in:
thatsIch
2014-09-29 09:47:17 +02:00
parent 35c00873c1
commit aba0c44916
6 changed files with 2 additions and 25 deletions
@@ -313,6 +313,7 @@ public class ClientHelper extends ServerHelper
case LightningArc:
spawnLightningArc( worldObj, posX, posY, posZ, (Vec3) o );
return;
default:
}
}
}