From 54ff31d2336dc79353944831ea6dc351548d2065 Mon Sep 17 00:00:00 2001 From: plague006 Date: Sun, 2 Dec 2018 12:04:44 -0500 Subject: [PATCH] Add all-tech when cheats enabled --- features/custom_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/custom_commands.lua b/features/custom_commands.lua index 84308307..229615ea 100644 --- a/features/custom_commands.lua +++ b/features/custom_commands.lua @@ -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