Skip to content

Commit

Permalink
use correct field
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Mar 26, 2018
1 parent 5886efe commit d25e7ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/iani/playerUUIDCache/SQLConfig.java
Expand Up @@ -22,7 +22,7 @@ public SQLConfig(ConfigurationSection section) {
password = section.getString("password", password);
database = section.getString("database", database);
tablename = section.getString("tablename", tablename);
profilestablename = section.getString("profilestablename", tablename);
profilestablename = section.getString("profilestablename", profilestablename);
}
}

Expand Down

0 comments on commit d25e7ed

Please sign in to comment.