]> git.lizzy.rs Git - Crafter.git/commitdiff
Version update
authoroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 9 Jun 2020 16:34:24 +0000 (12:34 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Tue, 9 Jun 2020 16:34:24 +0000 (12:34 -0400)
README.md
mods/cilent_version_checker/init.lua

index 0f1131571102b0506e8ed27b489e5e2bc335ece0..cb246ddbf2082ed5e27b6ec7609a4dc2ebc5bba9 100644 (file)
--- 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
 ---
 
 
index 76e3dc9446db6b3330c8734c0f473d4c24a4691c..588209b70dc936a599e6bc4e00356a261bfd4e4c 100644 (file)
@@ -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()