mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add .dat and .csv to whitelisted file extensions
This commit is contained in:
parent
1b6d056b91
commit
8e92f3829c
1 changed files with 5 additions and 3 deletions
|
|
@ -36,11 +36,13 @@
|
||||||
|
|
||||||
static const char *const fnames[] = {"input", "output"};
|
static const char *const fnames[] = {"input", "output"};
|
||||||
static const char *whitelist[] = { // Allow scripters to write files of these types to SRB2's folder
|
static const char *whitelist[] = { // Allow scripters to write files of these types to SRB2's folder
|
||||||
".txt",
|
".bmp",
|
||||||
".sav2",
|
|
||||||
".cfg",
|
".cfg",
|
||||||
|
".csv",
|
||||||
|
".dat",
|
||||||
".png",
|
".png",
|
||||||
".bmp"
|
".sav2",
|
||||||
|
".txt",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue