1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2024-12-12 10:13:58 +02:00

Fix incorrect sound filename.

This commit is contained in:
Oarcinae 2024-12-03 18:55:51 -05:00
parent bac97318ec
commit 7bf5b21b6d

View File

@ -464,7 +464,7 @@ function ShareChatBetweenForces(player, msg)
(force.name ~= "player") and
(force ~= player.force)) then
CompatSend(force, {"", player.name, ": ", msg}, { color = player.color, sound = defines.print_sound.never})
force.play_sound{ path = "utility/chat_message", volume_modifier = 1 }
force.play_sound{ path = "utility/scenario_message", volume_modifier = 1 }
end
end
end