Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
Update api.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beat-YT authored Mar 5, 2021
1 parent a65661d commit 3741259
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion managers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ module.exports = (app) => {
let engine = fs.readFileSync(path.join(__dirname, '../hotfixes/DefaultEngine.ini'));
let runtime = fs.readFileSync(path.join(__dirname, '../hotfixes/DefaultRuntimeOptions.ini'));
let game = fs.readFileSync(path.join(__dirname, '../hotfixes/DefaultGame.ini'));
let Setting = fs.readFileSync(path.join(__dirname, '../hotfixes/DefaultGameUserSettings.ini'));
res.json([{
"uniqueFilename": "3460cbe1c57d4a838ace32951a4d7171",
"filename": "DefaultEngine.ini",
Expand Down

0 comments on commit 3741259

Please sign in to comment.