We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2cfa7 commit 8d38592Copy full SHA for 8d38592
1 file changed
src/zenroom.c
@@ -662,7 +662,9 @@ int zencode_get_statements(const char *scenario) {
662
"ZEN.if_steps = {}\n"
663
"ZEN.foreach_steps = {}\n"
664
"for _, v in ipairs(zencode_scenarios()) do\n"
665
- " if not SCENARIO then\n"
+ " if v == 'zencode' then\n"
666
+ " -- core parser module, not a loadable scenario extension\n"
667
+ " elseif not SCENARIO then\n"
668
" require_once('zencode_'..v)\n"
669
" elseif SCENARIO == v then\n"
670
0 commit comments