3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Well, this feature never worked. (#389)

Dieser Commit ist enthalten in:
Mats 2016-05-04 21:03:48 +02:00 committet von Myles
Ursprung edaffad045
Commit cb3f0291b7

Datei anzeigen

@ -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;
}