mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
Add all-tech when cheats enabled
This commit is contained in:
parent
3abca8f6f9
commit
54ff31d233
@ -494,7 +494,7 @@ local function server_time()
|
|||||||
end
|
end
|
||||||
|
|
||||||
--- Add all commands to command list
|
--- Add all commands to command list
|
||||||
if _DEBUG then
|
if _DEBUG or _CHEATS then
|
||||||
commands.add_command('all-tech', 'researches all technologies (debug only)', all_tech)
|
commands.add_command('all-tech', 'researches all technologies (debug only)', all_tech)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user