Change config option name

This commit is contained in:
Shevchik
2013-12-13 13:20:50 +04:00
parent cb0b871ea2
commit 821cdef976
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,7 @@ public class Chairs extends JavaPlugin {
msgReloaded = ChatColor.translateAlternateColorCodes('&',getConfig().getString("messages.reloaded"));
allowedBlocks = new ArrayList<ChairBlock>();
for (String s : getConfig().getStringList("allowed-blocks")) {
for (String s : getConfig().getStringList("sit-block-settings")) {
String type;
double sh = 0.7;
String tmp[] = s.split("[:]");