summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-03-03 02:40:22 +0100
committersnowleo <schneeleo@gmail.com>2012-03-03 02:40:22 +0100
commit22a37a0c1bfdad81196a38e23c120e9ddee4b43f (patch)
treecb15cb445b463669adf99bef561537610516d60c /EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java
parent7b8a9d60d7da4cba5013671920b1064f711b4538 (diff)
downloadEssentials-22a37a0c1bfdad81196a38e23c120e9ddee4b43f.tar
Essentials-22a37a0c1bfdad81196a38e23c120e9ddee4b43f.tar.gz
Essentials-22a37a0c1bfdad81196a38e23c120e9ddee4b43f.tar.lz
Essentials-22a37a0c1bfdad81196a38e23c120e9ddee4b43f.tar.xz
Essentials-22a37a0c1bfdad81196a38e23c120e9ddee4b43f.zip
Revert "I honestly have no idea if this works, but on paper it does. Will be great, now to figure out how to test." until there is a real alternative.
This reverts commit 7b8a9d60d7da4cba5013671920b1064f711b4538.
Diffstat (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java b/EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java
index d8267429f..755baface 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/data/IProtectedBlock.java
@@ -19,4 +19,6 @@ public interface IProtectedBlock
public List<String> getOwners(Block block);
public int unprotectBlock(Block block);
+
+ public void onPluginDeactivation();
}