mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-27 04:55:25 +01:00
Remove support for llamas as mounts (they can't be controlled so no point yet).
This commit is contained in:
parent
41f0a892c4
commit
b40b73ea25
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user