forked from GeyserMC/Geyser
Renamed translation method and cleaned up variable declaration
This commit is contained in:
parent
845c914492
commit
c809ddb618
6 changed files with 17 additions and 13 deletions
|
@ -103,7 +103,9 @@ public class GeyserBungeeConfiguration implements IGeyserConfiguration {
|
|||
}
|
||||
|
||||
@Override
|
||||
public String getDefaultLocale() { return config.getString("default-locale", "en_us"); }
|
||||
public String getDefaultLocale() {
|
||||
return config.getString("default-locale", "en_us");
|
||||
}
|
||||
|
||||
@Override
|
||||
public Path getFloodgateKeyFile() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue