summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.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/ProtectedBlockMemory.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/ProtectedBlockMemory.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java b/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
index 61e38a848..876c8a575 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
@@ -240,4 +240,9 @@ public class ProtectedBlockMemory implements IProtectedBlock
}
return id;
}
+
+ public void onPluginDeactivation()
+ {
+ storage.onPluginDeactivation();
+ }
}