mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 16:54:56 +02:00
Form dex access fix
This commit is contained in:
parent
d9fe5cdb09
commit
fab813c799
@ -407,6 +407,10 @@
|
|||||||
EntryType = 1
|
EntryType = 1
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Else
|
||||||
|
If 1 > EntryType Then
|
||||||
|
EntryType = 1
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
@ -427,6 +431,10 @@
|
|||||||
EntryType = 1
|
EntryType = 1
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
Else
|
||||||
|
If 1 > EntryType Then
|
||||||
|
EntryType = 1
|
||||||
|
End If
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Next
|
Next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user