mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
added moar #
This commit is contained in:
parent
a26299d667
commit
07227859bf
@ -33,12 +33,12 @@ end
|
||||
|
||||
function player_joined(event)
|
||||
local player = game.players[event.player_index]
|
||||
log_chat_message(event, "##" .. player.name .. " joined the game.")
|
||||
log_chat_message(event, "### " .. player.name .. " joined the game. ###")
|
||||
end
|
||||
|
||||
function player_left(event)
|
||||
local player = game.players[event.player_index]
|
||||
log_chat_message(event, "##" .. player.name .. " left the game.")
|
||||
log_chat_message(event, "### " .. player.name .. " left the game. ###")
|
||||
end
|
||||
Event.register(defines.events.on_console_command, player_send_command)
|
||||
Event.register(defines.events.on_console_chat, player_send)
|
||||
|
Loading…
x
Reference in New Issue
Block a user