mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 03:39:55 +00:00
corrected a bug in getPCRank
This commit is contained in:
parent
45a5877b23
commit
f68248e0d0
@ -443,7 +443,6 @@ namespace MWScript
|
||||
virtual void execute (Interpreter::Runtime& runtime, unsigned int arg0)
|
||||
{
|
||||
MWWorld::Ptr ptr = R()(runtime);
|
||||
runtime.pop();
|
||||
|
||||
std::string factionID = "";
|
||||
if(arg0 >0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user