Renamed translation method and cleaned up variable declaration

This commit is contained in:
rtm516 2020-04-05 10:13:47 +01:00
parent 845c914492
commit c809ddb618
6 changed files with 17 additions and 13 deletions

View file

@ -106,7 +106,9 @@ public class GeyserSpongeConfiguration implements IGeyserConfiguration {
}
@Override
public String getDefaultLocale() { return node.getNode("default-locale").getString("en_us"); }
public String getDefaultLocale() {
return node.getNode("default-locale").getString("en_us");
}
@Override
public Path getFloodgateKeyFile() {