Add ".pwn" to the official list of extensions.
It is used by almost all scripts, so why shouldn't it be officially supported?
This commit is contained in:
parent
de84898443
commit
c724dc146e
@ -134,7 +134,7 @@ SC_FUNC void clearstk(void)
|
||||
|
||||
SC_FUNC int plungequalifiedfile(char *name)
|
||||
{
|
||||
static char extensions[][6] = { "", ".inc", ".p", ".pawn" };
|
||||
static char extensions[][6] = { "", ".inc", ".p", ".pawn", ".pwn" };
|
||||
int found;
|
||||
struct stat st;
|
||||
FILE *fp;
|
||||
|
Loading…
x
Reference in New Issue
Block a user