Skip to content

Commit

Permalink
update method description
Browse files Browse the repository at this point in the history
  • Loading branch information
firefly2442 committed Aug 7, 2012
1 parent 7607163 commit 412824d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arma2NETMySQLPlugin/Arma2NETMySQLPlugin.cs
Expand Up @@ -64,7 +64,7 @@ public override void Unload()
}

//the function name for the plugin (called from Arma side)
[AddIn("Arma2NETMySQLCommand", Version = "0.1.0.0", Publisher = "firefly2442", Description = "Runs raw MySQL commands")]
[AddIn("Arma2NETMySQLCommand", Version = "0.1.0.0", Publisher = "firefly2442", Description = "Runs raw MySQL/SQLite commands")]
public class Arma2NETMySQLPluginCommand : AddIn
{
//This method is called when callExtension is used from SQF:
Expand Down

0 comments on commit 412824d

Please sign in to comment.