mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-09-26 02:56:09 -05:00
Fix customF crash
This commit is contained in:
@@ -109,6 +109,7 @@ namespace OpenFK
|
||||
| NotifyFilters.FileName | NotifyFilters.DirectoryName;
|
||||
watcher.Filter = "customF.txt";
|
||||
watcher.Changed += OnChanged;
|
||||
watcher.SynchronizingObject = AS2Container;
|
||||
watcher.EnableRaisingEvents = true;
|
||||
}
|
||||
//End of customF Initialization
|
||||
|
||||
Reference in New Issue
Block a user