9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-31 12:56:38 +00:00

Fixed default config

This commit is contained in:
Auxilor
2021-11-23 09:55:30 +00:00
parent e4d5081ad9
commit 4c9a003a28

View File

@@ -61,7 +61,10 @@
],
"conditions": [
{
"id": "in_air"
"id": "in_air",
"args": {
"in_air": true
}
}
]
},
@@ -262,7 +265,10 @@
],
"conditions": [
{
"id": "in_water"
"id": "in_water",
"args": {
"in_water": true
}
}
]
},