Remove support for llamas as mounts (they can't be controlled so no point yet).

This commit is contained in:
Andreas Troelsen 2016-12-30 00:34:56 +01:00
parent 41f0a892c4
commit b40b73ea25

View File

@ -865,7 +865,6 @@ public class ArenaImpl implements Arena
case 3: return EntityType.MULE; case 3: return EntityType.MULE;
case 4: return EntityType.SKELETON_HORSE; case 4: return EntityType.SKELETON_HORSE;
case 5: return EntityType.ZOMBIE_HORSE; case 5: return EntityType.ZOMBIE_HORSE;
case 6: return EntityType.LLAMA;
default: return EntityType.HORSE; default: return EntityType.HORSE;
} }
} }