Skip to content
This repository was archived by the owner on May 1, 2021. It is now read-only.

Commit 535309d

Browse files
committed
Make sure all scripts are included
1 parent f7c62e3 commit 535309d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/combat/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import "./hitSound.js" //Plays a sound on bow hit and thunder on kill
44
import "./attackParticles.js" //Add restone blood particles when entity is hit
55
import "./playerHealthBar.js" //Add a healthbar above mob head
66
import "./kits.js" //Adds new kits with .kit command
7-
//import "./jobs.js" //Adds a system to get economy money for certain tasks
7+
import "./jobs.js" //Adds a system to get economy money for certain tasks

scripts/info/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ console.log("=== Info ===");
22

33
import "./chatCommands.js" //Chat commands
44
import "./playerJoin.js" //Player join message / welcome text
5-
//import "./wild.js" //Adds a .wild command
5+
import "./wild.js" //Adds a .wild command

0 commit comments

Comments
 (0)