summaryrefslogtreecommitdiff
path: root/script/client.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/client.lua')
-rw-r--r--script/client.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/client.lua b/script/client.lua
index f265cf9a..6c3e503d 100644
--- a/script/client.lua
+++ b/script/client.lua
@@ -389,7 +389,7 @@ function m.isReady()
end
local function hookPrint()
- if TEST then
+ if TEST or CLI then
return
end
print = function (...)