You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: [gameplay]/internetradio/logic/handle_radio/CHandleRadio.lua
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,10 @@ local function syncSpeakerVolume()
64
64
end
65
65
66
66
localfunctionrequestSpeakerVolumeSync()
67
+
localspeakerVolume=getLocalSpeakerVolume()
68
+
69
+
setPlayerSpeakerVolume(localPlayer, speakerVolume) -- set volume locally so localPlayer could adjust it without any delay (this will be sanity corrected by server later on)
70
+
67
71
if (speakerVolumeSyncTimer) then
68
72
resetTimer(speakerVolumeSyncTimer)
69
73
else
@@ -72,10 +76,6 @@ local function requestSpeakerVolumeSync()
setPlayerSpeakerVolume(localPlayer, speakerVolume) -- set volume locally so localPlayer could adjust it without any delay (this will be sanity corrected by server later on)
0 commit comments