summaryrefslogtreecommitdiffstats
path: root/MCServer/Plugins/ChunkWorx/chunkworx_main.lua
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-30 14:37:55 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-08-30 14:37:55 +0200
commitd2469d857ab345961e7991339de490ddafebf4a8 (patch)
tree8c0d0decd39e3cceaa9317af0c9f4d0b02ede7a7 /MCServer/Plugins/ChunkWorx/chunkworx_main.lua
parentAdded a basic protocol recognizer and the base for 1.3.2 protocol. (diff)
downloadcuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar.gz
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar.bz2
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar.lz
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar.xz
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.tar.zst
cuberite-d2469d857ab345961e7991339de490ddafebf4a8.zip
Diffstat (limited to '')
-rw-r--r--MCServer/Plugins/ChunkWorx/chunkworx_main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/ChunkWorx/chunkworx_main.lua b/MCServer/Plugins/ChunkWorx/chunkworx_main.lua
index 26f9ca624..87702ff79 100644
--- a/MCServer/Plugins/ChunkWorx/chunkworx_main.lua
+++ b/MCServer/Plugins/ChunkWorx/chunkworx_main.lua
@@ -23,7 +23,7 @@ function Initialize(Plugin)
PLUGIN = Plugin
PLUGIN:SetName("ChunkWorx")
- PLUGIN:SetVersion(4)
+ PLUGIN:SetVersion(5)
PluginManager = cRoot:Get():GetPluginManager()
PluginManager:AddHook(PLUGIN, cPluginManager.E_PLUGIN_TICK)