Add ability to click helmet slot to equip item. #960

This commit is contained in:
md678685 2016-11-06 10:54:49 +00:00 committed by Ali Moghnieh
parent 51f2a04958
commit 7958cd0b88
No known key found for this signature in database
GPG key ID: F09D3A1BAF2E6D70
4 changed files with 29 additions and 0 deletions

View file

@ -283,4 +283,6 @@ public interface ISettings extends IConf {
int getNotifyPlayerOfMailCooldown();
int getMotdDelay();
boolean isDirectHatAllowed();
}