Remove empty statement.
This commit is contained in:
parent
70afceec42
commit
692d4958e8
@ -301,7 +301,7 @@ bool SQVM::ToString(const SQObjectPtr &o,SQObjectPtr &res)
|
|||||||
SQObjectPtr closure;
|
SQObjectPtr closure;
|
||||||
if(_delegable(o)->GetMetaMethod(this, MT_TOSTRING, closure)) {
|
if(_delegable(o)->GetMetaMethod(this, MT_TOSTRING, closure)) {
|
||||||
Push(o);
|
Push(o);
|
||||||
if(CallMetaMethod(closure,MT_TOSTRING,1,res)) {;
|
if(CallMetaMethod(closure,MT_TOSTRING,1,res)) {
|
||||||
if(type(res) == OT_STRING)
|
if(type(res) == OT_STRING)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user