1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-03-03 14:53:01 +02:00

took out log(message)

This commit is contained in:
Valansch 2017-10-23 02:06:47 +02:00
parent e578416b23
commit 3a710c10a5

View File

@ -29,7 +29,6 @@ function format_time(ticks)
end end
function log_chat_message(event, message) function log_chat_message(event, message)
log(message)
game.write_file("chatlog.txt", "[" .. format_time(event.tick) .. "] " .. message .. "\n", true) game.write_file("chatlog.txt", "[" .. format_time(event.tick) .. "] " .. message .. "\n", true)
end end