mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-04 07:27:59 +01:00
Fix CITIZENS-186
This commit is contained in:
parent
f0de2fbfe5
commit
f2608e3c8d
@ -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