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:
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user