mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-21 17:34:46 -05:00
Merge pull request #43 from thomeval/stable
Fixed plugin crash due to a missing import
This commit is contained in:
commit
10ead0bdf4
|
|
@ -1,5 +1,6 @@
|
|||
import { getVersion } from "../utils";
|
||||
import { CommonMusicDataField, findMDBFile, readMDBFile, loadSongsForGameVersion } from "../data/mdb";
|
||||
import { findMDBFile, readMDBFile, loadSongsForGameVersion } from "../data/mdb";
|
||||
import { CommonMusicDataField } from "../models/commonmusicdata";
|
||||
import Logger from "../utils/logger"
|
||||
|
||||
const logger = new Logger("MusicList")
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user