summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
diff options
context:
space:
mode:
authormd_5 <md_5@bigpond.com>2012-03-02 21:48:03 +1100
committermd_5 <md_5@bigpond.com>2012-03-02 21:48:03 +1100
commit7b8a9d60d7da4cba5013671920b1064f711b4538 (patch)
tree7d1d954de52cafa24c7ef5194a40297eb86addbd /EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
parent3b76bbfe78914230a6d0c24567eb31465f0b0ef1 (diff)
downloadEssentials-7b8a9d60d7da4cba5013671920b1064f711b4538.tar
Essentials-7b8a9d60d7da4cba5013671920b1064f711b4538.tar.gz
Essentials-7b8a9d60d7da4cba5013671920b1064f711b4538.tar.lz
Essentials-7b8a9d60d7da4cba5013671920b1064f711b4538.tar.xz
Essentials-7b8a9d60d7da4cba5013671920b1064f711b4538.zip
I honestly have no idea if this works, but on paper it does. Will be great, now to figure out how to test.
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, 0 insertions, 5 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java b/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
index 876c8a575..61e38a848 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/data/ProtectedBlockMemory.java
@@ -240,9 +240,4 @@ public class ProtectedBlockMemory implements IProtectedBlock
}
return id;
}
-
- public void onPluginDeactivation()
- {
- storage.onPluginDeactivation();
- }
}