Rewrite Bot-Utils so that handlers are threaded

Tiny fix in INIReader
This commit is contained in:
2018-09-11 07:59:10 +00:00
parent 22d8a9ff2a
commit bf047a58e3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ namespace BlubbFish.Utils {
public class InIReader : IDisposable
{
private Dictionary<String, Dictionary<String, String>> inifile;
private FileSystemWatcher k;
private readonly FileSystemWatcher k;
private readonly String filename;
private static List<String> search_path = new List<String>() {
Directory.GetCurrentDirectory()