]> git.lizzy.rs Git - crafter_client.git/blobdiff - version_send.lua
Grab a few FPS by making the heavy particle system spawn radially
[crafter_client.git] / version_send.lua
index 2d286932fd6bbba32f783f6585495bafdaf95aeb..90cdf5204ee1c9bf65fe59478489f6a5ba9e9960 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.05008")
+    version_channel:send_all("0.05009")
 end)
\ No newline at end of file