Skip to content

Commit

Permalink
redirectPluginFiles output now defaults to scenario path
Browse files Browse the repository at this point in the history
  • Loading branch information
NiLSPACE committed Jun 15, 2024
1 parent 33b56a0 commit f904859
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/selection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ scenario
{
redirectPluginFiles
{
["config.cfg"] = "Tests/test.config.cfg"
-- Redirect the default config file.
-- This disables the update check and also works around a bug in the simulator which causes block/item enums to not be in the global environment.
["config.cfg"] = "test.config.cfg"
},
world
{
Expand Down

0 comments on commit f904859

Please sign in to comment.