Mountain Levels not being updated

Dear Artisans,
I don’t know if you do this on purpose but on the Mountain island levels whenever you want to get a single enemy you’ll use the code

enemy = hero.findNearestEnemy()

Or something like that I might of had missed spelled.

Okay back to the topic, I find this very annoying because at this point I have better glasses that force me to do

enemies = hero.findEnemies()
enemy = hero.findNearest(Enemies)

So whenever you do that it takes me some time to find it and fix it. Sometimes this will be the only problem and I will stop me. You don’t have to but I would most prefer it if you changed some of the code so I don’t have to worry about such things.
Love,
Chi

Which glasses? All glasses should have findNearestEnemy. It’s not related to “mountain” levels only to equipment.