Cleaned up getEntitySize() minorly.

This commit is contained in:
libraryaddict 2013-12-05 20:15:58 +13:00
parent c6ff4dafe7
commit 3299d97495

View File

@ -87,7 +87,8 @@ public class DisguiseValues {
} }
return (int) Math.ceil(paramDouble * 32.0D); return (int) Math.ceil(paramDouble * 32.0D);
case 6: default:
break;
} }
if (d > 0.0D) { if (d > 0.0D) {
return (int) Math.ceil(paramDouble * 32.0D); return (int) Math.ceil(paramDouble * 32.0D);