forked from mirror/openmw-tes3mp
Fix GetPcCell bug
This commit is contained in:
parent
ea21d8fec3
commit
2e6e0fd0a0
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ namespace MWScript
|
||||||
|
|
||||||
current = region->mName;
|
current = region->mName;
|
||||||
}
|
}
|
||||||
|
Misc::StringUtils::toLower(current);
|
||||||
|
|
||||||
bool match = current.length()>=name.length() &&
|
bool match = current.length()>=name.length() &&
|
||||||
current.substr (0, name.length())==name;
|
current.substr (0, name.length())==name;
|
||||||
|
|
Loading…
Reference in a new issue