Debugging yes

This commit is contained in:
Daniel S. Billing 2021-02-20 11:49:43 +01:00
parent 15670d0bbf
commit 7d4a95d2e3

View File

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