mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
possible fix for script execution bug
This commit is contained in:
parent
9a6f012578
commit
50d81e99fb
@ -309,7 +309,7 @@ namespace Compiler
|
|||||||
|
|
||||||
if (mExplicit.empty() && getContext().isId (name2))
|
if (mExplicit.empty() && getContext().isId (name2))
|
||||||
{
|
{
|
||||||
mExplicit = name;
|
mExplicit = name2;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user