mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2025-02-17 00:12:23 +01:00
Fix typo in custom trigger type example
This commit is contained in:
@ -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" },
|
||||||
})
|
})
|
||||||
|
Reference in New Issue
Block a user