Keep that one nms (for old CB for MC 1.11.x versions on maven).

This commit is contained in:
asofold 2017-04-03 00:44:14 +02:00
parent 29e05fe09b
commit f518371208
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ public class MCAccessCBDev implements MCAccess {
@Override
public double getWidth(final Entity entity) {
return entity.getWidth();
return ((CraftEntity) entity).getHandle().width;
}
@Override