mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
fixes equip/dequip noises from not playing
This commit is contained in:
@@ -361,7 +361,7 @@
|
||||
user.position_hud_item(src,slot)
|
||||
if(user.client) user.client.screen |= src
|
||||
if(user.pulling == src) user.stop_pulling()
|
||||
if((slot_flags & slot))
|
||||
if(("[slot]" in slot_flags_enumeration) && (slot_flags & slot_flags_enumeration["[slot]"]))
|
||||
if(equip_sound)
|
||||
playsound(src, equip_sound, 20)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user