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