this is stupid.

This commit is contained in:
Izaya 2023-10-07 21:55:17 +10:00
parent 2f8abe0a0b
commit 1d47f2fe58
1 changed files with 2 additions and 4 deletions

View File

@ -10,16 +10,14 @@ local ftypes = {
dfext = 2,
ddir = 3,
ddex = 4,
dtfile = 5,
dtext = 6,
tfile = 5,
text = 6,
dlink = 7,
unused = 8,
file = 9,
fext = 10,
dir = 11,
dex = 12,
tfile = 13,
text = 14,
link = 15
}