Skip to content

Commit

Permalink
internetradio: Set 'RADIO_ALLOW_CUSTOM_URLS' default to true
Browse files Browse the repository at this point in the history
It's already up to the user ("Allow external sounds" in MTA settings, or "Allow other players speakers" checkbox in `internetradio` GUI)
  • Loading branch information
Dutchman101 authored Jul 15, 2024
1 parent 2ec9213 commit d39da17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions [gameplay]/internetradio/config/ShRadioConfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RADIO_CREATE_SPEAKER_DELAY = 3000
RADIO_TOGGLE_SPEAKER_DELAY = 1500
RADIO_DESTROY_SPEAKER_DELAY = 1500
RADIO_ALLOW_CUSTOM_URLS = false
RADIO_ALLOW_CUSTOM_URLS = true
RADIO_STREAM_URL_MAX_LENGTH = 512
RADIO_MAX_SOUND_DISTANCE = 65
RADIO_STATIONS = {
Expand Down Expand Up @@ -95,4 +95,4 @@ RADIO_STATIONS = {
{"[Summer96] RadioRecord", "https://radiorecord.hostingradio.ru/summerparty96.aacp"},
{"[Dance] BAYERN Radio - Dance XXL", "http://stream.antenne.de:80/dance-xxl"},
{"[Dance] FunX Dance", "https://icecast.omroep.nl/funx-dance-bb-mp3"},
}
}

0 comments on commit d39da17

Please sign in to comment.