mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-28 05:35:45 +01:00
Forgot to remove something
This commit is contained in:
parent
5e34538bd6
commit
bc01012701
@ -234,8 +234,6 @@ public class Citizens extends JavaPlugin {
|
||||
}
|
||||
|
||||
public void save() {
|
||||
//config.load();
|
||||
//saves.load();
|
||||
for (NPC npc : npcManager)
|
||||
((CitizensNPC) npc).save(saves.getKey("npc." + npc.getId()));
|
||||
config.save();
|
||||
|
Loading…
Reference in New Issue
Block a user