mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-09-22 22:38:14 +03:00
fix: shit
This commit is contained in:
@@ -27,7 +27,7 @@ function addOrUpdateItem(ini: string[], section: string, key: string, value: str
|
||||
let key = item.split("=")[0];
|
||||
let value = item.split("=")[1];
|
||||
|
||||
if (!key || !value)
|
||||
if (!key)
|
||||
continue;
|
||||
|
||||
if (activeSection && sections[activeSection])
|
||||
|
||||
Reference in New Issue
Block a user