mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-30 09:15:05 +02:00
Prevent possible wrong jingle
This commit is contained in:
parent
4b399a1892
commit
49f54471b6
@ -140,7 +140,7 @@
|
|||||||
Public Overrides Sub ClickFunction()
|
Public Overrides Sub ClickFunction()
|
||||||
If CanInteractWith Then
|
If CanInteractWith Then
|
||||||
RemoveItem(Me)
|
RemoveItem(Me)
|
||||||
If Me.Item.Name.Contains("HM") Then
|
If Me.Item.OriginalName.Contains("HM") Then
|
||||||
SoundManager.PlaySound("Receive_HM", True)
|
SoundManager.PlaySound("Receive_HM", True)
|
||||||
Else
|
Else
|
||||||
SoundManager.PlaySound("Receive_Item", True)
|
SoundManager.PlaySound("Receive_Item", True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user