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

I honestly have no idea if this works, but on paper it does. Will be great, now to figure out how to test.

This commit is contained in:
md_5
2012-03-02 21:48:03 +11:00
parent 3b76bbfe78
commit 7b8a9d60d7
10 changed files with 42 additions and 119 deletions

View File

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