mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-01 14:08:08 +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
|
||||
public void load(DataKey key) throws NPCLoadException {
|
||||
enabled = key.getBoolean("");
|
||||
enabled = key.getBoolean("enabled");
|
||||
}
|
||||
|
||||
public boolean mount(Player toMount) {
|
||||
|
Loading…
Reference in New Issue
Block a user