-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't show Blindsight filter effect if it is the active vision mode
- Loading branch information
1 parent
0478014
commit e2234f6
Showing
2 changed files
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,11 @@ | |
"email": "[email protected]" | ||
} | ||
], | ||
"version": "2.5.3", | ||
"version": "2.5.4", | ||
"compatibility": { | ||
"minimum": "12", | ||
"verified": "12" | ||
"verified": "12", | ||
"maximum": "12" | ||
}, | ||
"scripts": [ | ||
"script.js" | ||
|
@@ -60,8 +61,8 @@ | |
}, | ||
"url": "https://github.com/dev7355608/vision-5e", | ||
"manifest": "https://github.com/dev7355608/vision-5e/releases/latest/download/module.json", | ||
"download": "https://github.com/dev7355608/vision-5e/releases/download/v2.5.3/module.zip", | ||
"changelog": "https://github.com/dev7355608/vision-5e/releases/tag/v2.5.3", | ||
"download": "https://github.com/dev7355608/vision-5e/releases/download/v2.5.4/module.zip", | ||
"changelog": "https://github.com/dev7355608/vision-5e/releases/tag/v2.5.4", | ||
"bugs": "https://github.com/dev7355608/vision-5e/issues", | ||
"readme": "https://raw.githubusercontent.com/dev7355608/vision-5e/main/README.md", | ||
"license": "https://raw.githubusercontent.com/dev7355608/vision-5e/main/LICENSE" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters