Skip to content

Commit

Permalink
Added selector 25 to GetPluginInfo - returns the plugin sequence number
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Feb 24, 2013
1 parent df9c170 commit 8eb1d80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripting/methods/methods_plugins.cpp
Expand Up @@ -161,6 +161,8 @@ VARIANT CMUSHclientDoc::GetPluginInfo(LPCTSTR PluginID, short InfoType)
break;
}

case 25: SetUpVariantShort (vaResult, pPlugin->m_iSequence); break;

default:
vaResult.vt = VT_NULL;
break;
Expand Down

0 comments on commit 8eb1d80

Please sign in to comment.