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

Disable the market and coin collection

This commit is contained in:
Lynn 2018-10-08 21:14:58 +02:00
parent 82d4025079
commit 4879639272

View File

@ -46,6 +46,9 @@ function Scenario.register(debug)
return
end
global.scenario.config.player_list.enable_coin_col = false
global.scenario.config.fish_market.enable = false
if ('boolean' == type(debug)) then
Config.Debug = debug
end