fixed small modified bug

fixed another tiny bug (default author+default name weren't equal if you created a new plugin if the settings.ini wasn't found)
This commit is contained in:
Christian Hammacher
2006-04-25 14:51:13 +00:00
parent 98a1d2b3da
commit 697f63f2e9
6 changed files with 6 additions and 9 deletions

View File

@ -988,7 +988,7 @@ object frmMain: TfrmMain
'#include <amxmodx>'
'#include <amxmisc>'
''
'#define PLUGIN "New Plugin"'
'#define PLUGIN "New Plug-In"'
'#define VERSION "1.0"'
'#define AUTHOR "Author"'
''