From 6bc06489f15675f0cef43317ffbb228136492a72 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Tue, 9 Jun 2020 02:20:18 -0400 Subject: [PATCH] Overhaul client version checking --- version_send.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version_send.lua b/version_send.lua index c80dabe..cbf3c15 100644 --- a/version_send.lua +++ b/version_send.lua @@ -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 -- 2.44.0