mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-12-25 02:27:41 +01:00
Fix waypoints load order
This commit is contained in:
parent
354625afc8
commit
c9d8bad4f8
@ -75,10 +75,10 @@ public class Waypoints extends Trait {
|
||||
}
|
||||
if (provider == null)
|
||||
return;
|
||||
PersistenceLoader.load(provider, key.getRelative(providerName));
|
||||
if (npc != null) {
|
||||
provider.onSpawn(npc);
|
||||
}
|
||||
PersistenceLoader.load(provider, key.getRelative(providerName));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user