]> git.lizzy.rs Git - crafter_client.git/commitdiff
Overhaul client version checking
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 9 Jun 2020 06:20:18 +0000 (02:20 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 9 Jun 2020 06:20:18 +0000 (02:20 -0400)
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