Don't send locale strings

This commit is contained in:
Vortrex
2022-06-09 15:35:30 -05:00
parent c4bd982783
commit 1c9fe0d20b

View File

@@ -649,7 +649,7 @@ async function onPlayerSpawn(client) {
getPlayerData(client).payDayTickStart = sdl.ticks; getPlayerData(client).payDayTickStart = sdl.ticks;
sendPlayerLocaleStrings(client); //sendPlayerLocaleStrings(client);
// Stop playing intro music and any other radio // Stop playing intro music and any other radio
stopRadioStreamForPlayer(client); stopRadioStreamForPlayer(client);