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

@ -1421,4 +1421,9 @@ public class Settings implements net.ess3.api.ISettings {
public int getMotdDelay() {
return config.getInt("delay-motd", 0);
}
@Override
public boolean isDirectHatAllowed() {
return config.getBoolean("allow-direct-hat", true);
}
}