mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 08:14:29 +02:00
fix file watcher
This commit is contained in:
parent
287509103b
commit
a43ffc46f9
@ -32,7 +32,7 @@ Public Class DebugFileWatcher
|
|||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
Private Shared Function GetProjectPath() As String
|
Private Shared Function GetProjectPath() As String
|
||||||
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.Parent.FullName
|
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Shared Sub StartWatching()
|
Public Shared Sub StartWatching()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user