Skip to content

Commit

Permalink
Fix dynamic lighting script name
Browse files Browse the repository at this point in the history
  • Loading branch information
Logg-y committed Nov 18, 2024
1 parent 14ef81e commit 254fb9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nss/on_mod_load.nss
Original file line number Diff line number Diff line change
Expand Up @@ -821,5 +821,5 @@ void main()
ExecuteScript("tlk_overrides");

// This sets up dynamic lighting - the script is part of the base game and can be found in installdir/ovr
ExecuteScript("nw_dynlight_ae");
ExecuteScript("nw_dynlight");
}

0 comments on commit 254fb9e

Please sign in to comment.