Skip to content

Commit d39da17

Browse files
authored
internetradio: Set 'RADIO_ALLOW_CUSTOM_URLS' default to true
It's already up to the user ("Allow external sounds" in MTA settings, or "Allow other players speakers" checkbox in `internetradio` GUI)
1 parent 2ec9213 commit d39da17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

[gameplay]/internetradio/config/ShRadioConfig.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
RADIO_CREATE_SPEAKER_DELAY = 3000
88
RADIO_TOGGLE_SPEAKER_DELAY = 1500
99
RADIO_DESTROY_SPEAKER_DELAY = 1500
10-
RADIO_ALLOW_CUSTOM_URLS = false
10+
RADIO_ALLOW_CUSTOM_URLS = true
1111
RADIO_STREAM_URL_MAX_LENGTH = 512
1212
RADIO_MAX_SOUND_DISTANCE = 65
1313
RADIO_STATIONS = {
@@ -95,4 +95,4 @@ RADIO_STATIONS = {
9595
{"[Summer96] RadioRecord", "https://radiorecord.hostingradio.ru/summerparty96.aacp"},
9696
{"[Dance] BAYERN Radio - Dance XXL", "http://stream.antenne.de:80/dance-xxl"},
9797
{"[Dance] FunX Dance", "https://icecast.omroep.nl/funx-dance-bb-mp3"},
98-
}
98+
}

0 commit comments

Comments
 (0)