mirror of
https://github.com/ISpillMyDrink/OpenSuperClone.git
synced 2026-05-04 05:50:51 +00:00
Fix timer settings not being loaded correctly.
This commit is contained in:
@@ -5738,7 +5738,7 @@ void read_config_file_with_name_ccc(char* filename)
|
||||
load_timer_settings_ccc();
|
||||
|
||||
// read timer settings from config file
|
||||
group = config_setting_get_member(root, "timer");
|
||||
group = config_setting_get_member(root, "timers");
|
||||
if (group != NULL)
|
||||
{
|
||||
setting = config_setting_get_member(group, "initial_busy_wait_time");
|
||||
|
||||
Reference in New Issue
Block a user