woot the fak setList? omg

This commit is contained in:
Chris 2017-02-07 23:31:18 +01:00
parent 1da247e956
commit 9f05a6e8de
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ public class Config
_timeCommands.add(_tc.getTime() + ";" + _tc.getCommand());
}
_config.setList("timeCommand", _timeCommands);
_config.set("timeCommand", _timeCommands);
m_plugin.saveConfig();
}