Add configuration option for the "#EasterEgg" regarding milk buckets and animals.

Requested by @prplz
This commit is contained in:
vemacs 2015-12-01 17:41:56 -07:00
parent 569c848764
commit 1a701e69ca
4 changed files with 11 additions and 1 deletions

View file

@ -233,4 +233,6 @@ public interface ISettings extends IConf {
BigDecimal getMinimumPayAmount();
long getLastMessageReplyRecipientTimeout();
boolean isMilkBucketEasterEggEnabled();
}