Form dex access fix

This commit is contained in:
JappaWakka 2023-07-21 17:32:20 +02:00
parent d9fe5cdb09
commit fab813c799
1 changed files with 8 additions and 0 deletions

View File

@ -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