typo corrected
This commit is contained in:
parent
4bf036596e
commit
8f2fca8517
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ When importing the prifle, be sure to
|
||||||
configuration variables you want changed; _after_ the `SpanshAttack.startup`
|
configuration variables you want changed; _after_ the `SpanshAttack.startup`
|
||||||
call. See [below](#Configuration-Variables).
|
call. See [below](#Configuration-Variables).
|
||||||
* Make sure all EDDI events that SpanshAttack needs are correctly handled. For
|
* Make sure all EDDI events that SpanshAttack needs are correctly handled. For
|
||||||
all events used in Spanshattack that you already have handelrs for in your
|
all events used in Spanshattack that you already have handlers for in your
|
||||||
profile, you’ll have to include a call to `SpanshAttack.<event name>`. E.g.
|
profile, you’ll have to include a call to `SpanshAttack.<event name>`. E.g.
|
||||||
for “EDDI Jumped”, call `SpanshAttack.EDDI Jumped` by name from your `((EDDI
|
for “EDDI Jumped”, call `SpanshAttack.EDDI Jumped` by name from your `((EDDI
|
||||||
Jumped))` command.
|
Jumped))` command.
|
||||||
|
|
Loading…
Reference in a new issue