mirror of
https://github.com/OpenMW/openmw.git
synced 2025-07-01 17:41:34 +00:00
possible fix for script execution bug
This commit is contained in:
parent
9a6f012578
commit
50d81e99fb
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ namespace Compiler
|
|||
|
||||
if (mExplicit.empty() && getContext().isId (name2))
|
||||
{
|
||||
mExplicit = name;
|
||||
mExplicit = name2;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue