Modules no longer need to have the correct extension (requested by UgLyPuNk)

This commit is contained in:
David Anderson
2004-09-12 03:48:21 +00:00
parent ee28532c53
commit 1082ef31c7
8 changed files with 124 additions and 39 deletions

View File

@ -169,7 +169,7 @@ void amx_command(){
int running = 0;
int modules = 0;
CList<CModule>::iterator a = g_modules.begin();
CList<CModule,const char *>::iterator a = g_modules.begin();
while ( a )
{