1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Clear space characters

This commit is contained in:
plague006 2019-01-04 15:09:16 -05:00
parent 2df0e27fe6
commit 503a3843fb

View File

@ -30,7 +30,7 @@ local function spawn_market(_, player)
local market = surface.create_entity {name = 'market', position = pos}
market.destructible = false
game.player.print("Market added. To remove it, highlight it with your cursor and run the command /sc game.player.selected.destroy()")
for _, item in ipairs(Market_items) do
market.add_market_item(item)
end