[MIRROR] Fix jukebox volume setting (#12559)

Co-authored-by: ARGUS <268038739+ARGUS-Memory@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-20 01:19:24 +01:00
committed by GitHub
co-authored by ARGUS
parent bc0ba6a716
commit bed0c14846
2 changed files with 3 additions and 3 deletions
@@ -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