mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Debugging yes
This commit is contained in:
parent
15670d0bbf
commit
7d4a95d2e3
@ -118,7 +118,7 @@ Public Class Presence
|
||||
ElseIf InventoryScreens.Contains(CurrentScreen) Then
|
||||
APP_Details = "In the inventory"
|
||||
ElseIf GameController.IS_DEBUG_ACTIVE = True Then
|
||||
APP_Details = CurrentScreen ' This is just for debug purposes
|
||||
APP_Details = "Debuging: " & CurrentScreen ' This is just for debug purposes
|
||||
ShouldUpdate = True ' This is just for debug purposes
|
||||
Else
|
||||
ShouldUpdate = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user