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