mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
ye no... (#16059)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user