Skip to content

Commit 6c04409

Browse files
committed
Fix EC issues.
1 parent 696a51a commit 6c04409

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Diff for: .ecrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"exclude": [
3-
"\\.xcf$"
3+
"\\.xcf$",
4+
"License.txt"
45
]
56
}

Diff for: LICENSE renamed to License.txt

File renamed without changes.

Diff for: env.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"BAB_CUSTOM_PLAYING_STATUSES_ENABLED": {
3-
"description": "Whether or not to load custom playing statuses.",
3+
"description": "Whether or not to load custom playing statuses from Data/PlayingStatuses.json.",
44
"default": "false",
55
"validators": [
66
"boolean"
@@ -44,4 +44,4 @@
4444
"url"
4545
]
4646
}
47-
}
47+
}

0 commit comments

Comments
 (0)