Fix extra space in "no script" showvars output

pull/541/head
Capostrophic 6 years ago
parent 578beb6305
commit dd952c3ddb

@ -951,7 +951,7 @@ namespace MWScript
const std::string script = ptr.getClass().getScript(ptr);
if(script.empty())
str<< ptr.getCellRef().getRefId()<<" does not have a script.";
str<< ptr.getCellRef().getRefId()<<" does not have a script.";
else
{
str<< "Local variables for "<<ptr.getCellRef().getRefId();

Loading…
Cancel
Save