This commit is contained in:
Kashargul
2024-06-19 07:43:11 +02:00
committed by GitHub
parent c957a6c84b
commit 0399bfef5f
+1 -1
View File
@@ -59,7 +59,7 @@
set_new_volume(usr)
/client/proc/set_new_volume(var/mob/user)
if(!QDELETED(src.media) || !istype(src.media))
if(QDELETED(src.media) || !istype(src.media))
to_chat(user, "<span class='warning'>You have no media datum to change, if you're not in the lobby tell an admin.</span>")
return
var/value = input(usr, "Choose your Jukebox volume.", "Jukebox volume", media.volume)