From 3178276f0613dadc873c48bb4a60c424db7763b5 Mon Sep 17 00:00:00 2001 From: gbtb Date: Wed, 12 Nov 2025 03:31:06 +1000 Subject: [PATCH] fixed obsolete ref to lua-scripts in docs --- docs/source/reference/lua-scripting/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/reference/lua-scripting/overview.rst b/docs/source/reference/lua-scripting/overview.rst index b838385524..ae166f647a 100644 --- a/docs/source/reference/lua-scripting/overview.rst +++ b/docs/source/reference/lua-scripting/overview.rst @@ -464,7 +464,7 @@ Using the interface: return { engineHandlers = {onUpdate = onUpdate} } -The order in which the scripts are started is important. So if one mod should override an interface provided by another mod, make sure that load order (i.e. the sequence of `lua-scripts=...` in `openmw.cfg`) is correct. +The order in which the scripts are started is important. So if one mod should override an interface provided by another mod, make sure that load order (i.e. the sequence of `content=*.omwscripts` in `openmw.cfg`) is correct. Interfaces of built-in scripts ------------------------------