diff options
Diffstat (limited to 'build/import.moon')
| -rw-r--r-- | build/import.moon | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/import.moon b/build/import.moon index 92d4397..6d9f791 100644 --- a/build/import.moon +++ b/build/import.moon @@ -34,7 +34,6 @@ with SQLStore :file, verbose: true import_fileder = (fileder, dirpath) -> for file in lfs.dir dirpath continue if '.' == file\sub 1, 1 - continue if file == 'Tupdefault.lua' continue if file == 'index.html' continue if file == '$order' |
