]> git.lizzy.rs Git - crafter_client.git/commitdiff
Bump up client mod version
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 27 Jun 2020 22:22:24 +0000 (18:22 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 27 Jun 2020 22:22:24 +0000 (18:22 -0400)
version_send.lua

index e7c7549b5235fa86443bbf69d531080ad4ad0774..ab7bf82659f5e4297c24704e4cd57fd3bf1f2d25 100644 (file)
@@ -1,5 +1,5 @@
 local minetest,name = minetest,minetest.localplayer:get_name()
 local version_channel = minetest.mod_channel_join(name..":client_version_channel")
 minetest.after(2,function() -- this needs a few seconds for the mod channel to open up
-    version_channel:send_all("0.05011")
+    version_channel:send_all("0.06000")
 end)
\ No newline at end of file