mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 04:33:56 -07:00
Updated to use mc-dev rename revision 1
This commit is contained in:
@@ -16,7 +16,7 @@ public class EntityDamageSourceIndirect extends EntityDamageSource {
|
||||
public String a(EntityHuman entityhuman) {
|
||||
// CraftBukkit start
|
||||
String source = (this.n == null) ? "Herobrine" : this.n.ad();
|
||||
return StatisticCollector.a("death." + this.m, new Object[] { entityhuman.name, source});
|
||||
return LocaleI18n.a("death." + this.m, new Object[] { entityhuman.name, source});
|
||||
// CraftBukkit end
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user