Drop emf feature

This commit is contained in:
Dakedres 2024-04-22 14:03:16 -06:00
parent f71885f89e
commit c1c879e54a
2 changed files with 0 additions and 29 deletions

View File

@ -1,24 +0,0 @@
const { emf } = require('../util/constants.json'),
merge = require('../../util/merge')
class Opener {
constructor() {
this.name = emf.id
this.silent = true
this.categories = emf.categories
this.accept = emf.ext
this.exec = (url, context) => {
console.log(url, context)
}
}
patchSystem() {
// Import to prevent race conditions
const { _get } = window.le
window.le._get = merge(_get, emf.filetypePatch)
}
}
module.exports = Opener

View File

@ -4,11 +4,6 @@
"categories": "Game",
"version": "0.1.0b"
},
"emf": {
"id": "emf",
"ext": ".emf",
"categories": "Utility"
},
"paths": {
"modPath": "/a/.config/xash/mods/",
"saves": "/a/.config/xash/saves/"