Well, this feature never worked. (#389)

This commit is contained in:
Mats 2016-05-04 21:03:48 +02:00 committed by Myles
parent edaffad045
commit cb3f0291b7

View File

@ -38,7 +38,7 @@ public class DeathListener implements Listener {
public boolean checkGamerule(World w) {
try {
return Boolean.parseBoolean(w.getGameRuleValue("showDeathMessage"));
return Boolean.parseBoolean(w.getGameRuleValue("showDeathMessages"));
} catch (Exception e) {
return false;
}