Skip to content

Commit f904859

Browse files
committed
redirectPluginFiles output now defaults to scenario path
1 parent 33b56a0 commit f904859

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/selection.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ scenario
1212
{
1313
redirectPluginFiles
1414
{
15-
["config.cfg"] = "Tests/test.config.cfg"
15+
-- Redirect the default config file.
16+
-- 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.
17+
["config.cfg"] = "test.config.cfg"
1618
},
1719
world
1820
{

0 commit comments

Comments
 (0)