mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-16 15:46:14 +01:00
Fix CITIZENS-186
This commit is contained in:
parent
0ea22a310c
commit
d1aee6d6fa
@ -50,7 +50,7 @@ public class Controllable extends Trait implements Toggleable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void load(DataKey key) throws NPCLoadException {
|
public void load(DataKey key) throws NPCLoadException {
|
||||||
enabled = key.getBoolean("");
|
enabled = key.getBoolean("enabled");
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean mount(Player toMount) {
|
public boolean mount(Player toMount) {
|
||||||
|
Loading…
Reference in New Issue
Block a user