mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-13 03:40:39 +01:00
Reify shoptrait
This commit is contained in:
parent
ae36f4bd9f
commit
51cecf9cff
@ -69,8 +69,8 @@ public class ShopTrait extends Trait {
|
||||
private String title;
|
||||
}
|
||||
|
||||
@Persist(value = "npcShops", namespace = "shopstrait")
|
||||
@Persist(value = "npcShops", reify = true, namespace = "shopstrait")
|
||||
private static Map<String, NPCShop> NPC_SHOPS = Maps.newHashMap();
|
||||
@Persist(value = "namedShops", namespace = "shopstrait")
|
||||
@Persist(value = "namedShops", reify = true, namespace = "shopstrait")
|
||||
private static Map<String, NPCShop> SHOPS = Maps.newHashMap();
|
||||
}
|
Loading…
Reference in New Issue
Block a user