Fix lookup of old .toml files

This commit is contained in:
comp500
2022-05-21 14:29:59 +01:00
parent fc3b5ff8ea
commit bf2f060efc
2 changed files with 3 additions and 1 deletions

View File

@@ -3,3 +3,5 @@ package core
// MetaExtension is the file extension of the mod metadata files
// Note that this is currently not required; it will only be used for new files.
const MetaExtension = ".pw.toml"
const MetaExtensionOld = ".toml"