mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix i18n for common map trigger scripts.
Patch by: nwtour Differential Revision: https://code.wildfiregames.com/D3570 This was SVN commit r24947.
This commit is contained in:
parent
c3f74494b4
commit
e839fc29c7
1 changed files with 2 additions and 1 deletions
|
|
@ -729,7 +729,8 @@
|
|||
"filemasks": [
|
||||
"maps/scenarios/**.js",
|
||||
"maps/skirmishes/**.js",
|
||||
"maps/random/**.js"
|
||||
"maps/random/**.js",
|
||||
"maps/scripts/**.js"
|
||||
],
|
||||
"options": {
|
||||
"format": "javascript-format",
|
||||
|
|
|
|||
Loading…
Reference in a new issue