mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-19 22:03:12 +01:00
Forgot to remove something
This commit is contained in:
parent
ace140882b
commit
99280ccaf0
@ -234,8 +234,6 @@ public class Citizens extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void save() {
|
public void save() {
|
||||||
//config.load();
|
|
||||||
//saves.load();
|
|
||||||
for (NPC npc : npcManager)
|
for (NPC npc : npcManager)
|
||||||
((CitizensNPC) npc).save(saves.getKey("npc." + npc.getId()));
|
((CitizensNPC) npc).save(saves.getKey("npc." + npc.getId()));
|
||||||
config.save();
|
config.save();
|
||||||
|
Loading…
Reference in New Issue
Block a user