Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit e925568

Browse files
committed
Update BepInExConfigHandler.cs
1 parent 8662742 commit e925568

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

src/Loader/BepInEx/BepInExConfigHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public override void LoadConfig()
5959

6060
public override void SaveConfig()
6161
{
62-
// not required
62+
Config.Save();
6363
}
6464
}
6565
}

0 commit comments

Comments
 (0)