]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/store_loader.cpp
Fix email.
[stg.git] / projects / sgauthstress / store_loader.cpp
index ab7291e2893c8189382272af5a9d25739e59ae5e..0c1db38ad17b1724f986607ca13b113708c67235 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 /*
- *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
+ *    Author : Maksym Mamontov <stg@madf.info>
  */
 
 /*
@@ -110,12 +110,13 @@ return false;
 
 bool STORE_LOADER::Unload()
 {
-printfd(__FILE__, "STORE_LOADER::Unload()\n");
 if (!isLoaded)
     {
     return true;
     }
 
+printfd(__FILE__, "STORE_LOADER::Unload()\n");
+
 if (dlclose(handle))
     {
     errorStr = "Failed to unload plugin '";