mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-26 09:13:55 +01:00
Fix typo in custom trigger type example
This commit is contained in:
parent
570fd3a206
commit
b856aea54d
@ -122,7 +122,7 @@ Here's an example.
|
|||||||
|
|
||||||
```lua
|
```lua
|
||||||
awards.register_trigger("foo", {
|
awards.register_trigger("foo", {
|
||||||
type = "counted",
|
type = "custom",
|
||||||
progress = "@1/@2 foos",
|
progress = "@1/@2 foos",
|
||||||
auto_description = { "Do a foo", "Foo @1 times" },
|
auto_description = { "Do a foo", "Foo @1 times" },
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user