This commit is contained in:
SchreiberM
2016-08-17 14:18:10 +02:00

View File

@@ -60,7 +60,11 @@ Public Class ClassInit
Dim AddonDir As New DirectoryInfo(path)
If (AddonDir.Exists) Then
AddonPath = path
If AddonDir.Name = "Addons" Then
AddonPath = path
Else
AddonPath = Dev_AddonPath
End If
Else
AddonPath = Dev_AddonPath
End If