diff --git a/docs/lua/lua.md b/docs/lua/lua.md
index f5e275df..68e08551 100644
--- a/docs/lua/lua.md
+++ b/docs/lua/lua.md
@@ -17,7 +17,7 @@ Save file locations:
## Tips
-- When developing Lua mods, run the game from a console. Lua errors and logs will appear there.
+- When developing Lua mods, run the game from a console. Lua errors and logs will appear there, but only if the game is launched with the `--console` launch parameter.
- You can use the `print()` command when debugging. Your logs will show up in the console.
- You can create a folder within the mods folder containing multiple lua scripts as long as one script is called `main.lua`. Dynos actors can be placed inside this mod folder under `/actors/`.