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