mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 23:17:28 +01:00
remove old inputs (#17008)
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
if(QDELETED(src.media) || !istype(src.media))
|
||||
to_chat(user, span_warning("You have no media datum to change, if you're not in the lobby tell an admin."))
|
||||
return
|
||||
var/value = input(user, "Choose your Jukebox volume.", "Jukebox volume", media.volume)
|
||||
var/value = tgui_input_number(user, "Choose your Jukebox volume.", "Jukebox volume", media.volume, 100, 0)
|
||||
value = round(max(0, min(100, value)))
|
||||
media.update_volume(value)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user