Skip to content

Commit

Permalink
comment out version call since it causes issues
Browse files Browse the repository at this point in the history
fixes issue #5
  • Loading branch information
firefly2442 committed Oct 18, 2012
1 parent 95a1ebc commit 2c9c01d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Arma2NETMySQLPlugin/Startup.cs
Expand Up @@ -37,7 +37,8 @@ public static void StartupConnection()

//Utils.FileVersion returns the current version that is running
//Utils.Version returns the API version, when this changes, all plugins need to be recompiled
Logger.addMessage(Logger.LogType.Info, "Compiled against Arma2NET Version: " + Utils.FileVersion);
//This version call doesn't always seem to play nicely (it causes errors where it can't find the managed.dll)
//Logger.addMessage(Logger.LogType.Info, "Compiled against Arma2NET Version: " + Utils.FileVersion);

//Load in Databases.txt file
//This also sets up the SQLProvider associated with the database
Expand Down

0 comments on commit 2c9c01d

Please sign in to comment.