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

Added feedback message.

This commit is contained in:
Jayefuu 2021-03-04 08:23:14 +00:00
parent 02e2b59103
commit e2f164cadc

View File

@ -68,6 +68,8 @@ local spawn_player_corpse =
text = text
})
game.print("[gps="..position.x..","..position.y..",redmew] "..player.name.." has been offline "..offline_timout_mins.." minutes. Their inventory is now available.")
if tag then
CorpseUtil.add_tag(tag, player_index, game.tick)
end