1
0
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:
plague006 2018-12-02 12:04:44 -05:00
parent 3abca8f6f9
commit 54ff31d233

View File

@ -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