mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +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
|
||||
|
||||
--- 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)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user