corrected a bug in getPCRank

This commit is contained in:
gugus 2012-04-15 14:20:08 +02:00
parent 45a5877b23
commit f68248e0d0

View file

@ -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)