Remove ignore list save/load
Due to uuids i had to remove it. Now this list is only temporal.
This commit is contained in:
@@ -66,8 +66,7 @@ public class Chairs extends JavaPlugin {
|
||||
return;
|
||||
}
|
||||
chairEffects = new ChairEffects(this);
|
||||
ignoreList = new ChairsIgnoreList(this);
|
||||
ignoreList.load();
|
||||
ignoreList = new ChairsIgnoreList();
|
||||
psitdata = new PlayerSitData(this);
|
||||
getConfig().options().copyDefaults(true);
|
||||
saveConfig();
|
||||
@@ -95,9 +94,6 @@ public class Chairs extends JavaPlugin {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (ignoreList != null) {
|
||||
ignoreList.save();
|
||||
}
|
||||
if (chairEffects != null) {
|
||||
chairEffects.cancelHealing();
|
||||
chairEffects.cancelPickup();
|
||||
|
Reference in New Issue
Block a user