mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 23:05:24 +02:00
Fixed notification popup blocking pokégear
This commit is contained in:
parent
7e5a433917
commit
322ca3e5c4
@ -129,8 +129,8 @@ Public Class NotificationPopup
|
|||||||
Me._positionY = BackY
|
Me._positionY = BackY
|
||||||
If Me._scriptFile <> "" Then
|
If Me._scriptFile <> "" Then
|
||||||
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(Me._scriptFile, 0, False)
|
CType(Core.CurrentScreen, OverworldScreen).ActionScript.StartScript(Me._scriptFile, 0, False)
|
||||||
Me.IsReady = True
|
|
||||||
End If
|
End If
|
||||||
|
Me.IsReady = True
|
||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
Else
|
Else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user