]> git.lizzy.rs Git - crafter_client.git/blobdiff - version_send.lua
Overhaul client version checking
[crafter_client.git] / version_send.lua
index c80dabe6d4675e14ad3a32ffa4745ddd4442213c..cbf3c156319d91b8ac6d2efd4c30c71a8d600af8 100644 (file)
@@ -1,3 +1,3 @@
-minetest.after(0,function()
-    version_channel:send_all("0.5004")
+minetest.after(2,function() -- this needs a few seconds for the mod channel to open up
+    version_channel:send_all("0.05005")
 end)
\ No newline at end of file