mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-25 02:27:41 +01:00
something
This commit is contained in:
parent
0ab09378b8
commit
d7a5ce293f
@ -83,8 +83,8 @@ public class Citizens extends JavaPlugin {
|
|||||||
if (character != null) {
|
if (character != null) {
|
||||||
character.load(key);
|
character.load(key);
|
||||||
}
|
}
|
||||||
for (Trait t : npc.getTraits()) {
|
for (Trait trait : npc.getTraits()) {
|
||||||
t.load(key);
|
trait.load(key);
|
||||||
}
|
}
|
||||||
npc.spawn(npc.getTrait(LocationTrait.class).getLocation());
|
npc.spawn(npc.getTrait(LocationTrait.class).getLocation());
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user