mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Chat_fix
This commit is contained in:
parent
1694c920c5
commit
fea462cd93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user