From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Tue, 9 Jun 2020 16:34:24 +0000 (-0400) Subject: Version update X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a1d84f0a95783539bde165482fc414f0659f5622;p=Crafter.git Version update --- diff --git a/README.md b/README.md index 0f11315..cb246dd 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ enable_mod_channels = true - Overhauled client mod version checking - Overhauled mob pathfinding AI - Overhauled fire +- Fixed Crafter Client from crashing if joining a non-crafter server --- diff --git a/mods/cilent_version_checker/init.lua b/mods/cilent_version_checker/init.lua index 76e3dc9..588209b 100644 --- a/mods/cilent_version_checker/init.lua +++ b/mods/cilent_version_checker/init.lua @@ -3,7 +3,7 @@ local client_version_channels = {} --I needed to add in a dev cycle to adopt for a decimal place error local current_development_cycle = "alpha" -local current_version = 0.05005 +local current_version = 0.05006 minetest.register_on_joinplayer(function(player) local name = player:get_player_name()