Fix mta dragonstone hint arrow not clearing
This commit is contained in:
committed by
ShaunDreclin
parent
796ce39e21
commit
79cda7028d
@@ -80,6 +80,10 @@ public class EnchantmentRoom extends MTARoom
|
|||||||
{
|
{
|
||||||
client.setHintArrow(nearest);
|
client.setHintArrow(nearest);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
client.clearHintArrow();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private WorldPoint findNearestStone()
|
private WorldPoint findNearestStone()
|
||||||
|
|||||||
Reference in New Issue
Block a user