diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 21:20:49 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2013-05-26 21:20:49 +0200 |
commit | 89d9abf9115a74a063e547f84a076165196954bf (patch) | |
tree | 131d27b85f7da7cd9cf19482b00549bda04aaf17 /MCServer/Plugins/ProtectionAreas/Storage.lua | |
parent | Block entities with storage now correctly mark the chunk as dirty when their contents change. (diff) | |
download | cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.gz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.bz2 cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.lz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.xz cuberite-89d9abf9115a74a063e547f84a076165196954bf.tar.zst cuberite-89d9abf9115a74a063e547f84a076165196954bf.zip |
Diffstat (limited to 'MCServer/Plugins/ProtectionAreas/Storage.lua')
-rw-r--r-- | MCServer/Plugins/ProtectionAreas/Storage.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MCServer/Plugins/ProtectionAreas/Storage.lua b/MCServer/Plugins/ProtectionAreas/Storage.lua new file mode 100644 index 000000000..260f895c2 --- /dev/null +++ b/MCServer/Plugins/ProtectionAreas/Storage.lua @@ -0,0 +1,9 @@ +
+-- Storage.lua
+-- Implements the storage access object, shielding the rest of the code away from the DB
+
+
+
+
+
+-- TODO
|