mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 16:24:45 +02:00
undoing accidental include in commit
This commit is contained in:
parent
287718ddbf
commit
3c4f7c7a1d
@ -33,8 +33,8 @@ 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.FullName '' Remove when making builds for others.
|
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).Parent.Parent.FullName '' Remove when making builds for others.
|
||||||
Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).FullName ''Use this one instead in such case.
|
'Return New DirectoryInfo(AppDomain.CurrentDomain.BaseDirectory).FullName ''Use this one instead in such case.
|
||||||
End Function
|
End Function
|
||||||
|
|
||||||
Public Shared Sub StartWatching()
|
Public Shared Sub StartWatching()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user