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:
parent
bac97318ec
commit
7bf5b21b6d
@ -464,7 +464,7 @@ function ShareChatBetweenForces(player, msg)
|
|||||||
(force.name ~= "player") and
|
(force.name ~= "player") and
|
||||||
(force ~= player.force)) then
|
(force ~= player.force)) then
|
||||||
CompatSend(force, {"", player.name, ": ", msg}, { color = player.color, sound = defines.print_sound.never})
|
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
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user