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:
parent
82d4025079
commit
4879639272
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user