removed {} authored by Lxlp's avatar Lxlp
...@@ -3,7 +3,6 @@ Checks ff the target has a velocity greater than zero ...@@ -3,7 +3,6 @@ Checks ff the target has a velocity greater than zero
## Attributes ## Attributes
| Attribute | Aliases | Description | Default | | Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------| |-----------|-----------|----------------------------------------------------------------------|---------|
| exact | e | If the check should be exact or approximated | true | | exact | e | If the check should be exact or approximated | true |
...@@ -12,7 +11,7 @@ Checks ff the target has a velocity greater than zero ...@@ -12,7 +11,7 @@ Checks ff the target has a velocity greater than zero
## Examples ## Examples
```yaml ```yaml
Conditions: Conditions:
- moving{} true - moving true
``` ```
... ...
......