mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-02 13:31:43 +01:00
something
This commit is contained in:
parent
dd47a786ff
commit
150d037137
@ -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