Implement a more useful error message for missing chest animations

This commit is contained in:
Alexander Meech 2017-10-14 19:24:12 -07:00
parent f12ee91b79
commit fe6bbc1bdc
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ public class TreasureLocation implements Listener
if (!treasure.hasAnimations())
{
player.sendMessage(F.main(getManager().getName(), "Ruh ro rhaggy, looks like there's no ranimation set for the rhest type."));
player.sendMessage(F.main(getManager().getName(), "It looks like there is no animation associated with that chest type. Please file a bug report."));
return false;
}