mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Updated to rename revision 02
This commit is contained in:
@@ -549,7 +549,7 @@ public class Block {
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return LocaleI18n.a(this.n() + ".name");
|
||||
return LocaleI18n.get(this.n() + ".name");
|
||||
}
|
||||
|
||||
public String n() {
|
||||
|
Reference in New Issue
Block a user