Fix plugin reloading.

develop
Alexander Gavrilov 2011-12-29 16:32:32 +04:00
parent b14e2a0c0d
commit 5173a1235b
1 changed files with 1 additions and 1 deletions

@ -232,7 +232,7 @@ bool Plugin::unload()
ClosePlugin(plugin_lib);
state = PS_UNLOADED;
access->unlock();
return false;
return true;
}
else
{