1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-26 14:19:05 +02:00

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 7b8a9d60d7.
This commit is contained in:
snowleo
2012-03-03 02:40:22 +01:00
parent 7b8a9d60d7
commit 22a37a0c1b
10 changed files with 119 additions and 42 deletions

View File

@@ -240,4 +240,9 @@ public class ProtectedBlockMemory implements IProtectedBlock
}
return id;
}
public void onPluginDeactivation()
{
storage.onPluginDeactivation();
}
}