translations really need to be fixed.

This commit is contained in:
Jesse Boyd 2015-01-22 16:44:20 -08:00
parent df5c08f42f
commit 80a95b5c3d
3 changed files with 5 additions and 7 deletions

View file

@ -802,7 +802,7 @@ public class PlotMain extends JavaPlugin implements Listener {
/**
* SETUP: settings.yml
*/
private static void setupConfig() {
public static void setupConfig() {
final int config_ver = 1;
config.set("version", config_ver);
final Map<String, Object> options = new HashMap<>();