]> git.lizzy.rs Git - crafter_client.git/commitdiff
bump
authoroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 3 Jul 2020 23:40:59 +0000 (19:40 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Fri, 3 Jul 2020 23:40:59 +0000 (19:40 -0400)
version_send.lua

index 16de246b26bb187046c74d2dfa32c32241d02511..db93d6f03a6f7e15b59447beb92768e8c0a9ecc6 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.06001")
+    version_channel:send_all("0.07000")
 end)
\ No newline at end of file