Remove villager from config
This commit is contained in:
parent
b52aaee628
commit
5d7467e062
|
|
@ -35,7 +35,7 @@ public class VillagerConfig extends AbstractConfig {
|
|||
}
|
||||
|
||||
public static void removeVillager(UUID uuid) {
|
||||
config.getConfigurationSection("").set(uuid.toString(), null);
|
||||
config.set(uuid.toString(), null);
|
||||
}
|
||||
|
||||
public static void addVillager(UUID uuid, VillagerType villagerType) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user