summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/ProtectionAreas/CommandState.lua
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 23:05:33 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2013-06-04 23:05:33 +0200
commitf746d17424a071c15fd5b92bc521ce832ba15a07 (patch)
tree85fce40aa5d92dc03c360c916e277c5bf2f35ee6 /MCServer/Plugins/ProtectionAreas/CommandState.lua
parentAdded script to generate cloc statistics (diff)
downloadcuberite-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/CommandState.lua')
-rw-r--r--MCServer/Plugins/ProtectionAreas/CommandState.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/ProtectionAreas/CommandState.lua b/MCServer/Plugins/ProtectionAreas/CommandState.lua
index f9d0e28db..3df1259cc 100644
--- a/MCServer/Plugins/ProtectionAreas/CommandState.lua
+++ b/MCServer/Plugins/ProtectionAreas/CommandState.lua
@@ -40,7 +40,7 @@ end
--- Returns the current coord pair as a cCuboid object
-function cCommandState.GetCurrentCuboid()
+function cCommandState:GetCurrentCuboid()
local res = cCuboid(
self.Coords1.x, self.Coords1.y, self.Coords1.z,
self.Coords2.x, self.Coords2.y, self.Coords2.z