allow "-" on mods name for allowed chars
This commit is contained in:
parent
8eb09a5aa1
commit
7a9b79565b
@ -31,7 +31,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "config.h"
|
||||
#include "metadata.h"
|
||||
|
||||
#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789_"
|
||||
#define MODNAME_ALLOWED_CHARS "abcdefghijklmnopqrstuvwxyz0123456789-_"
|
||||
|
||||
struct ModSpec
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user