Leave out 1.6 stuff until a stable release.

This commit is contained in:
garbagemule
2013-07-03 14:00:03 +02:00
parent 4a267f5ab5
commit 55bbd4ff85
4 changed files with 11 additions and 6 deletions
+2 -1
View File
@@ -724,6 +724,7 @@ public class ArenaImpl implements Arena
}
private void spawnMounts() {
/* TODO: Uncomment for 1.6
for (Map.Entry<Player,ArenaPlayer> entry : arenaPlayerMap.entrySet()) {
ArenaClass arenaClass = entry.getValue().getArenaClass();
if (!arenaClass.hasMount()) continue;
@@ -737,7 +738,7 @@ public class ArenaImpl implements Arena
horse.setPassenger(p);
horse.setHealth(horse.getMaxHealth());
monsterManager.addMount(horse);
}
}*/
}
private void removePotionEffects(Player p) {