diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 23:05:33 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-06-04 23:05:33 +0200 |
commit | f746d17424a071c15fd5b92bc521ce832ba15a07 (patch) | |
tree | 85fce40aa5d92dc03c360c916e277c5bf2f35ee6 /MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua | |
parent | Added script to generate cloc statistics (diff) | |
download | cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar.gz cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar.bz2 cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar.lz cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar.xz cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.tar.zst cuberite-f746d17424a071c15fd5b92bc521ce832ba15a07.zip |
Diffstat (limited to 'MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua')
-rw-r--r-- | MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua b/MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua index 36256c5f3..d816f578f 100644 --- a/MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua +++ b/MCServer/Plugins/ProtectionAreas/ProtectionAreas.lua @@ -10,6 +10,7 @@ function Initialize(a_Plugin) a_Plugin:SetName("ProtectionAreas");
a_Plugin:SetVersion(1);
+ InitializeStorage();
InitializeHooks(a_Plugin);
InitializeCommandHandlers();
|