Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Dec 29, 2023
1 parent 70248cf commit 510c855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const worldName = 'omega-flowey-remastered';
const resourcePackName = 'omega-flowey-remastered-resourcepack';

const minecraftWorldPath = `${minecraftPath}/saves/${worldName}`;
var minecraftResourcePackPath = `${minecraftPath}/resourcepacks/${resourcePackName}`;
const minecraftResourcePackPath = `${minecraftPath}/resourcepacks/${resourcePackName}`;

module.exports = {
scripts: {
Expand Down

0 comments on commit 510c855

Please sign in to comment.