mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Refresh inventory after attaching mail
This commit is contained in:
parent
1fbe0a14ad
commit
4d629139aa
@ -814,6 +814,15 @@
|
||||
End If
|
||||
End If
|
||||
|
||||
Dim s As Screen = Core.CurrentScreen
|
||||
While Not s.PreScreen Is Nothing And s.Identification <> Screen.Identifications.InventoryScreen
|
||||
s = s.PreScreen
|
||||
End While
|
||||
|
||||
If s.Identification = Screen.Identifications.InventoryScreen Then
|
||||
CType(s, NewInventoryScreen).LoadItems()
|
||||
End If
|
||||
|
||||
Me.message = text
|
||||
End Sub
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user