Fix Jukebox stopping radio

This commit is contained in:
ZomgPonies
2014-03-19 00:21:58 -04:00
committed by Regen
parent 6e3aa81fef
commit 905d911275
+1 -1
View File
@@ -195,7 +195,7 @@
set category = "Preferences"
set desc = "Toggle hearing streaming media (radios, jukeboxes, etc)"
prefs.toggles ^= SOUND_STREAMING
prefs.sound ^= SOUND_STREAMING
prefs.save_preferences()
usr << "You will [(prefs.toggles & SOUND_STREAMING) ? "now" : "no longer"] hear streamed media."
// Restart.