Implement a more useful error message for missing chest animations
This commit is contained in:
parent
f12ee91b79
commit
fe6bbc1bdc
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user