fix error; Update example_mod.js

This commit is contained in:
slweeb 2024-04-25 16:10:31 -04:00 committed by GitHub
parent fc2194c63e
commit 65966dd0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ runAfterLoad(function() {
});
// Run if another mod is active
if (enabledMods.includes("test.js")) {
if (enabledMods.includes("mods/test.js")) {
runAfterLoad(function() {
// Your code here
console.log("Hello World!");