master
oilboi 2020-07-03 19:40:59 -04:00
parent d1f11043af
commit 2100305c46
1 changed files with 1 additions and 1 deletions

View 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)