Volume Toggle Broken

Something changed with one of the updates recently. The macro to toggle my master audio channel seems to have broken.

/run if GetCVar("Sound_MasterVolume") == "1" then SetCVar("Sound_MasterVolume", .3) print("Master Volume set to 30%") else SetCVar("Sound_MasterVolume", 1) print("Master Volume set to 100%") end

Can anyone assist in a fix, please?

Doesn’t change the volume or doesn’t change the slider in the UI? Cuz just changing CVars doesn’t change them in the current UI (until you reload).