1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00
This commit is contained in:
SimonFlapse 2019-03-02 15:50:18 +01:00
parent 1694c920c5
commit fea462cd93

View File

@ -7,7 +7,7 @@ local function console_chat(event)
for _, force in pairs(game.forces) do
if (string.find(force.name, 'quadrant')) ~= nil then
if force.name ~= player_force.name then
force.print(event.string)
force.print(player.name .. ' ' .. player.tag .. ': ' .. event.message)
end
end
end