Cleaned up getEntitySize() minorly.
This commit is contained in:
parent
c6ff4dafe7
commit
3299d97495
@ -87,7 +87,8 @@ public class DisguiseValues {
|
||||
}
|
||||
|
||||
return (int) Math.ceil(paramDouble * 32.0D);
|
||||
case 6:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
if (d > 0.0D) {
|
||||
return (int) Math.ceil(paramDouble * 32.0D);
|
||||
|
Loading…
Reference in New Issue
Block a user