mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 03:25:13 +01:00
Fix
This commit is contained in:
parent
579385cb0d
commit
c5504379e4
@ -93,8 +93,8 @@ public abstract class CitizensNPC extends AbstractNPC {
|
||||
Spawned spawned = getTrait(Spawned.class);
|
||||
CurrentLocation spawnLocation = getTrait(CurrentLocation.class);
|
||||
try {
|
||||
spawned.load(root.getRelative("spawned"));
|
||||
spawnLocation.load(root.getRelative("location"));
|
||||
spawned.load(root.getRelative("traits.spawned"));
|
||||
spawnLocation.load(root.getRelative("traits.location"));
|
||||
if (spawned.shouldSpawn() && spawnLocation.getLocation() != null)
|
||||
spawn(spawnLocation.getLocation());
|
||||
} catch (NPCLoadException e) {
|
||||
|
Loading…
Reference in New Issue
Block a user