mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-04 14:45:32 +02:00
fix a mistake
This commit is contained in:
parent
27afa6b2cd
commit
7a5d4f75c6
1 changed files with 1 additions and 1 deletions
|
@ -1437,5 +1437,5 @@ void save_global_settings(Local_Storage *local_storage, const char *name, const
|
||||||
bool settings_disable_lan_only()
|
bool settings_disable_lan_only()
|
||||||
{
|
{
|
||||||
load_main_config();
|
load_main_config();
|
||||||
return ini.GetBoolValue("general", "disable_lan_only", false);
|
return ini.GetBoolValue("connectivity", "disable_lan_only", false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue