mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-21 17:44:31 -05:00
Fix customF crash
This commit is contained in:
parent
c4abe2d0c5
commit
df41be506c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user