- scriptified CustomBridge.OnDestroy.

This commit is contained in:
Christoph Oelckers 2017-01-12 22:56:06 +01:00
commit 3d73919092
4 changed files with 22 additions and 36 deletions

View file

@ -1290,7 +1290,7 @@ CCMD(clearnodecache)
}
catch (CRecoverableError &err)
{
Printf("%s", err.GetMessage());
Printf("%s\n", err.GetMessage());
return;
}