- scriptified CustomBridge.OnDestroy.
This commit is contained in:
parent
7b7623d2c4
commit
3d73919092
4 changed files with 22 additions and 36 deletions
|
|
@ -1290,7 +1290,7 @@ CCMD(clearnodecache)
|
|||
}
|
||||
catch (CRecoverableError &err)
|
||||
{
|
||||
Printf("%s", err.GetMessage());
|
||||
Printf("%s\n", err.GetMessage());
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue