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

View File

@ -177,7 +177,7 @@ public class TreasureLocation implements Listener
if (!treasure.hasAnimations()) 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; return false;
} }