forked from RepoMirrors/baritone
Fix another typo
This commit is contained in:
parent
cc0cd7b270
commit
9e9ad16686
|
@ -47,7 +47,7 @@ public class Behavior implements AbstractGameEventListener, Helper {
|
||||||
/**
|
/**
|
||||||
* Function to determine what the new enabled state of this
|
* Function to determine what the new enabled state of this
|
||||||
* {@link Behavior} should be given the old state, and the
|
* {@link Behavior} should be given the old state, and the
|
||||||
* proposed state. Intended to be overriden by behaviors
|
* proposed state. Intended to be overridden by behaviors
|
||||||
* that should always be active, given that the bot itself is
|
* that should always be active, given that the bot itself is
|
||||||
* active.
|
* active.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue