Skip to content

Commit

Permalink
Left out a plugin counter add
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 19, 2010
1 parent 00fa603 commit 2fb56ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion world_debug.cpp
Expand Up @@ -811,7 +811,7 @@ VARIANT CMUSHclientDoc::Debug(LPCTSTR Command)

for (PluginListIterator pit = m_PluginList.begin ();
pit != m_PluginList.end ();
++pit)
++pit, ++iCount)
{
CPlugin * p = *pit;
Note (TFormat ("Name: %s", (LPCTSTR) p->m_strName));
Expand Down

0 comments on commit 2fb56ad

Please sign in to comment.