mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 21:27:01 +01:00
[MIRROR] Fix jukebox volume setting (#12559)
Co-authored-by: ARGUS <268038739+ARGUS-Memory@users.noreply.github.com>
This commit is contained in:
co-authored by
ARGUS
parent
bc0ba6a716
commit
bed0c14846
@@ -254,7 +254,7 @@
|
||||
step = 1
|
||||
|
||||
/datum/preference/numeric/living/jukebox_volume/apply_to_client_updated(client/client, value)
|
||||
client?.media?.update_volume(value)
|
||||
client?.media?.update_volume(value / 100)
|
||||
|
||||
/datum/preference/numeric/volume
|
||||
abstract_type = /datum/preference/numeric/volume
|
||||
|
||||
Reference in New Issue
Block a user