mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-04-08 18:35:09 +02:00
Added check for pokemon center and mart
This commit is contained in:
parent
1fef21790a
commit
8e66bea9ff
@ -119,6 +119,9 @@ Public Class Presence
|
||||
PreviousMapLevel = CurrentMapLevel
|
||||
End If
|
||||
CurrentMapLevelFileName = CurrentMapLevel.ToLower.Replace(" ", "_")
|
||||
If CurrentMapLevel = "Pokemon Center" Or CurrentMapLevel = "Pokemon Mart" Then
|
||||
CurrentMapLevel = "a " & CurrentMapLevel
|
||||
End If
|
||||
Presence_Details = "In " & CurrentMapLevel
|
||||
Logger.Log(Logger.LogTypes.Debug, "Presence.vb: CurrentMapLevelFileName: " & CurrentMapLevelFileName)
|
||||
If CurrentMapLevelFileNames.Contains(CurrentMapLevelFileName) Then
|
||||
|
Loading…
x
Reference in New Issue
Block a user