forked from teamnwah/openmw-tes3coop
corrected a bug in getPCRank
This commit is contained in:
parent
45a5877b23
commit
f68248e0d0
1 changed files with 0 additions and 1 deletions
|
@ -443,7 +443,6 @@ namespace MWScript
|
||||||
virtual void execute (Interpreter::Runtime& runtime, unsigned int arg0)
|
virtual void execute (Interpreter::Runtime& runtime, unsigned int arg0)
|
||||||
{
|
{
|
||||||
MWWorld::Ptr ptr = R()(runtime);
|
MWWorld::Ptr ptr = R()(runtime);
|
||||||
runtime.pop();
|
|
||||||
|
|
||||||
std::string factionID = "";
|
std::string factionID = "";
|
||||||
if(arg0 >0)
|
if(arg0 >0)
|
||||||
|
|
Loading…
Reference in a new issue