1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-01 10:42:41 +02:00
This commit is contained in:
Iaccidentally
2012-10-28 10:54:50 -04:00
35 changed files with 311 additions and 317 deletions

View File

@@ -12,14 +12,4 @@ public class ProtectHolder extends AsyncStorageObjectHolder<Protect>
{
super(ess, Protect.class, new File(ess.getPlugin().getDataFolder(), "protect.yml"));
}
@Override
public void finishRead()
{
}
@Override
public void finishWrite()
{
}
}