Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Well, this feature never worked. (#389)
Dieser Commit ist enthalten in:
Ursprung
edaffad045
Commit
cb3f0291b7
@ -38,7 +38,7 @@ public class DeathListener implements Listener {
|
|||||||
|
|
||||||
public boolean checkGamerule(World w) {
|
public boolean checkGamerule(World w) {
|
||||||
try {
|
try {
|
||||||
return Boolean.parseBoolean(w.getGameRuleValue("showDeathMessage"));
|
return Boolean.parseBoolean(w.getGameRuleValue("showDeathMessages"));
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren