mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
Check for synq metadata file to determine if mod was fetched from PWS
This commit is contained in:
parent
f172e85e2c
commit
48e2655bff
@ -49,7 +49,7 @@ function walk (directory) {
|
||||
};
|
||||
|
||||
function isPlayWithSixMod(modPath, cb) {
|
||||
var pwsFile = path.join(modPath, '.repository.yml');
|
||||
var pwsFile = path.join(modPath, '.synq.json');
|
||||
fs.exists(pwsFile, function (exists) {
|
||||
if (cb) {
|
||||
cb(exists);
|
||||
|
Loading…
Reference in New Issue
Block a user