mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-28 00:04:33 +02:00
Make it possible to remove pokegear phone/worldmap
This commit is contained in:
parent
6c065abfdd
commit
7ea152fbe5
@ -61,11 +61,15 @@
|
|||||||
End If
|
End If
|
||||||
End If
|
End If
|
||||||
|
|
||||||
FunctionList.Add("Phone")
|
If ActionScript.IsRegistered("pokegear_remove_phone") = False Then
|
||||||
|
FunctionList.Add("Phone")
|
||||||
|
End If
|
||||||
If ActionScript.IsRegistered("pokegear_card_radio") = True Or GameController.IS_DEBUG_ACTIVE = True Then
|
If ActionScript.IsRegistered("pokegear_card_radio") = True Or GameController.IS_DEBUG_ACTIVE = True Then
|
||||||
FunctionList.Add("Radio")
|
FunctionList.Add("Radio")
|
||||||
End If
|
End If
|
||||||
FunctionList.Add("Worldmap")
|
If ActionScript.IsRegistered("pokegear_remove_worldmap") = False Then
|
||||||
|
FunctionList.Add("Worldmap")
|
||||||
|
End If
|
||||||
If ActionScript.IsRegistered("pokegear_card_minimap") = True Or GameController.IS_DEBUG_ACTIVE = True Then
|
If ActionScript.IsRegistered("pokegear_card_minimap") = True Or GameController.IS_DEBUG_ACTIVE = True Then
|
||||||
FunctionList.Add("Minimap")
|
FunctionList.Add("Minimap")
|
||||||
End If
|
End If
|
||||||
|
Loading…
x
Reference in New Issue
Block a user